Where is my help text?

Denis Vlasenko vda.linux at googlemail.com
Tue Jun 12 20:56:20 UTC 2007


On Monday 11 June 2007 16:00, Bernhard Fischer wrote:
> >> Something isn't right, looking into it.
> >
> >It's some kind of build system bug (missing a dependency somewhere).
> >It disappeared under me :(
> 
> vda, this is an old issue (i remember that i reported it to the list a
> few days after you moved to KBuild).
> 
> Just do make defconfig ; make ; enable/disable some stuff directly in
> .config ; make
> voil`a
> 
> It naturally goes away if one does a make clean inbetween.

Fixed:

+++ busybox.2/applets/Kbuild    2007-06-12 22:51:54.000000000 +0200
@@ -9,6 +9,7 @@ obj-y   += applets.o

 # Generated file needs additional love

+applets/usage:     .config
 applets/applets.o: .config include/usage_compressed.h

 hostprogs-y += usage


Thanks for reminding.
--
vda



More information about the busybox mailing list