[uClibc-cvs] uClibc Makefile,1.214,1.215

Erik Andersen andersen at uclibc.org
Mon Sep 8 08:40:58 UTC 2003


Update of /var/cvs/uClibc
In directory winder:/tmp/cvs-serv27869

Modified Files:
	Makefile 
Log Message:
Be certain the config system binaries are current


Index: Makefile
===================================================================
RCS file: /var/cvs/uClibc/Makefile,v
retrieving revision 1.214
retrieving revision 1.215
diff -u -d -r1.214 -r1.215
--- Makefile	6 Sep 2003 03:28:09 -0000	1.214
+++ Makefile	8 Sep 2003 08:40:55 -0000	1.215
@@ -356,19 +356,22 @@
 
 # configuration
 # ---------------------------------------------------------------------------
-
-extra/config/conf:
-	make -C extra/config conf
+extra/config/conf: buildconf
 	- at if [ ! -f .config ] ; then \
 		cp extra/Configs/Config.$(TARGET_ARCH).default .config; \
 	fi
 
-extra/config/mconf:
-	make -C extra/config ncurses conf mconf
+buildconf:
+	make -C extra/config conf
+
+extra/config/mconf: buildmconf
 	- at if [ ! -f .config ] ; then \
 		cp extra/Configs/Config.$(TARGET_ARCH).default .config; \
 	fi
 
+buildmconf:
+	make -C extra/config ncurses mconf
+
 menuconfig: extra/config/mconf
 	rm -rf include/bits
 	mkdir -p include/bits




More information about the uClibc-cvs mailing list