[Toybox] [PATCH] macos_miniconfig: remove pending tr and add non-pending toys.

Rob Landley rob at landley.net
Wed May 22 20:36:24 PDT 2019


On 5/22/19 4:55 PM, enh via Toybox wrote:
> Aside: I was surprised that `make defconfig` installs the default *Linux*
> config even on macOS.

It's a plumbing issue: make defconfig uses the "defconfig" entries in Config.in
to synthesize a config, make blah_defconfig uses an existing file. (The kernel
does this too, or at least used to.)

I don't know how to teach a makefile to vary the logic by target, but I could
make a wrapper script that checks uname?

Rob

P.S. There's a number of reasons rewriting the kconfig directory from scratch is
on my todo list...



More information about the Toybox mailing list