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...
_______________________________________________
Toybox mailing list
[email protected]
http://lists.landley.net/listinfo.cgi/toybox-landley.net

Reply via email to