this patch makes sure that the toplevel Kconfig is always regenerated
(which matches the old behavior of config.in always being regenerated).
without this, if you do something like `make menuconfig` when you dont
have any kernels installed, the top level Kconfig will be invalid and
further `make menuconfig` commands will result in [Error 1] from make
and no error message explaining what's actually wrong.

Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]>
Index: Makefile
===================================================================
RCS file: /usr/local/src/uClinux/local-cvs/,v/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 Makefile
--- Makefile    11 Jun 2007 06:52:54 -0000      1.1.1.1
+++ Makefile    13 Jun 2007 00:48:05 -0000
@@ -102,6 +102,7 @@ tools/cksum: tools/sg-cksum/*.c
 # running the kernel and other config scripts
 #
 
+.PHONY: Kconfig
 Kconfig:
        @chmod u+x config/mkconfig
        config/mkconfig > Kconfig
_______________________________________________
uClinux-dev mailing list
[email protected]
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by [email protected]
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to