adding custom CFLAGS

Bernhard Fischer rep.nop at aon.at
Fri Oct 20 08:18:48 UTC 2006


On Fri, Oct 20, 2006 at 10:02:03AM +0200, Bernhard Fischer wrote:

>hm. Could it be the dependencies don't work right?

Sorry, i was looking at an older revision. Already fixed as of r16407
thanks,
>$ (make mrproper ; make allnoconfig ; make) > /dev/null
>$ ./busybox 2>&1 | awk '/^Curr/{i=1;};{if(i>0){print}}' 
>Currently defined functions:
>        busybox
>
>$ mv .config .config.in;(cat .config.in | egrep -v WHICH ; echo CONFIG_WHICH=y) > .config
>$ make
>scripts/kconfig/conf -s Config.in
>#
># using defaults found in .config
>#
>  SPLIT   include/autoconf.h -> include/config/*
>  GEN     include/bbconfigopts.h
>  GEN     include/usage_compressed.h
>  CC      debianutils/which.o
>  AR      debianutils/lib.a
>  LINK    busybox_unstripped
>$ ./busybox 2>&1 | awk '/^Curr/{i=1;};{if(i>0){print}}'
>Currently defined functions:
>        busybox
>
>



More information about the busybox mailing list