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