[uClibc-cvs] uClibc/extra/config Makefile,1.6,1.7

Erik Andersen andersen at codepoet.org
Tue Dec 17 07:28:31 UTC 2002


Update of /var/cvs/uClibc/extra/config
In directory winder:/tmp/cvs-serv22771/extra/config

Modified Files:
	Makefile 
Log Message:
Patch from Stefan Allius.  Only build config stuff when needed. 


Index: Makefile
===================================================================
RCS file: /var/cvs/uClibc/extra/config/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Makefile	13 Dec 2002 22:43:38 -0000	1.6
+++ Makefile	17 Dec 2002 07:28:28 -0000	1.7
@@ -104,6 +104,9 @@
 		echo ">>" ;\
 		echo ">> You must have Ncurses installed in order" ;\
 		echo ">> to use 'make menuconfig'" ;\
+		echo ">>" ;\
+		echo ">> Maybe you want to try 'make config', which" ;\
+		echo ">> doesn't depend on the Ncurses libraries." ;\
 		echo ;\
 		exit 1 ;\
 	fi




More information about the uClibc-cvs mailing list