if you do something like:
$make vendor/board_default
$ rm -f config/autoconf.h
$ make vendor/board_default
the autoconf.h header wont be properly regenerated.  yes, this is a silly test 
case, but i managed to come across this is a non-silly manner, i just cant 
recall the exact steps at the moment.

i think one solution may be to do:
--- Makefile
+++ Makefile
@@ -346,3 +398,3 @@
 
-%_default: conf
+%_default: Kconfig conf
        @if [ ! -f "vendors/$(@:_default=)/config.device" ]; then \
@@ -353,2 +405,3 @@
        cp vendors/$(@:_default=)/config.device .config
+       echo CONFIG_DEFAULTS_OVERRIDE=y >> .config
        chmod u+x config/setconfig

but maybe someone else can come up with a better fix ...
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to