svn commit: trunk/uClibc

vapier at uclibc.org vapier at uclibc.org
Wed Nov 2 01:13:09 UTC 2005


Author: vapier
Date: 2005-11-01 17:13:08 -0800 (Tue, 01 Nov 2005)
New Revision: 12106

Log:
move more rules out of the if HAVE_DOT_CONFIG statement which dont belong

Modified:
   trunk/uClibc/Makefile.in


Changeset:
Modified: trunk/uClibc/Makefile.in
===================================================================
--- trunk/uClibc/Makefile.in	2005-11-02 00:50:00 UTC (rev 12105)
+++ trunk/uClibc/Makefile.in	2005-11-02 01:13:08 UTC (rev 12106)
@@ -286,6 +286,12 @@
 
 all: menuconfig
 
+headers:
+	@echo "Need to make a config file first, run: make menuconfig"
+	@false
+
+endif # ifeq ($(HAVE_DOT_CONFIG),y)
+
 # configuration
 # ---------------------------------------------------------------------------
 extra/config/conf:
@@ -300,10 +306,6 @@
 	@./extra/config/mconf extra/Configs/Config.in
 	$(MAKE) headers
 
-headers:
-	@echo "Need to make a config file first, run: make menuconfig"
-	@false
-
 config: extra/config/conf
 	$(RM) -r include/bits
 	$(INSTALL) -d include/bits
@@ -340,8 +342,6 @@
 	$(INSTALL) -d include/bits
 	@./extra/config/conf -d extra/Configs/Config.in
 
-endif # ifeq ($(HAVE_DOT_CONFIG),y)
-
 clean:
 	@$(RM) -r lib include/bits
 	$(RM) lib*/*.a ldso/*/*.a libpthread/*/*.a




More information about the uClibc-cvs mailing list