I agree, the build system should remove the old autoconf and create a new one based on the current .config. But apparently, it didn't happen. Unfortunately, there is an easy work around. -Joe
-----Original Message----- From: Denys Vlasenko [mailto:[email protected]] Sent: Wednesday, May 27, 2009 5:50 PM To: Joe Lau Cc: [email protected] Subject: Re: BB 1.13.4 applet_names[] is empty On Thursday 28 May 2009 02:37, Joe Lau wrote: > Denys, > > I found out the problem later myself. > It was caused by the busybox/include/autoconf.h file that I created when I > ran "make allnoconfig". > Then I modify the .config manually to turn on the applets that I wanted. I cannot reproduce it. Ran make allnoconfig, then make, then edited .config so that CONFIG_CUT=y, make again, and resulting busybox binary works. Please let me know how exactly do you change .config file after you ran make allnoconfig. > Apparently, the autoconf.h has all the applet turned off from "make > allnoconfig' and this override the .config that I modifed. Yes, but build system should do it itself. Looks like it's buggy somewhere. -- vda DISCLAIMER: This e-mail and any attachments to it may contain confidential and proprietary material and is solely for the use of the intended recipient. Any review, use, disclosure, distribution or copying of this transmittal is prohibited except by or on behalf of the intended recipient. If you have received this transmittal in error, please notify the sender and destroy this e-mail and any attachments and all copies, whether electronic or printed. _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
