I still find the generated help text file gets sorted differently from time
to time (despite always being on the same machine) but haven't had time to
investigate again.

On Tue, Jan 8, 2019, 17:55 Rob Landley <[email protected] wrote:

>
>
> On 1/8/19 7:29 PM, Ed Maste wrote:
> > On Tue, 8 Jan 2019 at 20:18, Rob Landley <[email protected]> wrote:
> >>
> >> Could you send me a .config file of what you can build? I'd like to add
> a "make
> >> freebsd_defconfig" target. (Probably via
> >> http://landley.net/aboriginal/FAQ.html#dev_miniconfig because then it
> won't need
> >> to change for probed symbols and such...)
> >
> > Ok - I've put my current .config at
> > http://people.freebsd.org/~emaste/toybox/.config . I've left all of
> > pending turned off, and haven't tried building anything in Networking
> > yet.
>
> Hmmm, lots of:
>
> @@ -120,8 +120,8 @@
>  # CONFIG_CROND is not set
>  # CONFIG_CRONTAB is not set
>  # CONFIG_DD is not set
> -# CONFIG_DHCP6 is not set
>  # CONFIG_DHCP is not set
> +# CONFIG_DHCP6 is not set
>  # CONFIG_DHCPD is not set
>  # CONFIG_DEBUG_DHCP is not set
>  # CONFIG_DIFF is not set
>
> There's probably a missing "LOCALE=C" in the plumbing somewhere. Anyway...
> here's a first stab at a miniconfig, which:
>
>   make allnoconfig KCONFIG_ALLCONFIG=mini.config
>
> Should expand into the full config. Does it work for you? (I think the
> probed
> symbols are filtered out by the miniconfig process since they should be
> constant
> per built environment, but a smoketest would nice before I check it in.)
>
> Thanks,
>
> Rob
> _______________________________________________
> Toybox mailing list
> [email protected]
> http://lists.landley.net/listinfo.cgi/toybox-landley.net
>
_______________________________________________
Toybox mailing list
[email protected]
http://lists.landley.net/listinfo.cgi/toybox-landley.net

Reply via email to