r1859

dslinux_amadeus at dslinux.in-berlin.de dslinux_amadeus at dslinux.in-berlin.de
Sat Aug 25 11:56:14 CEST 2007


Author: amadeus
Date: 2007-08-25 11:56:09 +0200 (Sat, 25 Aug 2007)
New Revision: 1859

Log:
Improve Makefile

Modified: trunk/lib/uClibc++/Makefile
===================================================================
--- trunk/lib/uClibc++/Makefile	2007-08-24 21:45:06 UTC (rev 1858)
+++ trunk/lib/uClibc++/Makefile	2007-08-25 09:56:09 UTC (rev 1859)
@@ -43,10 +43,10 @@
 #Menu configuration system
 
 extra/config/conf:
-	make -C extra/config conf
+	$(MAKE) -C extra/config conf
 
 extra/config/mconf:
-	make -C extra/config ncurses mconf
+	$(MAKE) -C extra/config ncurses mconf
 
 .PHONY: dslinuxconfig
 dslinuxconfig:  extra/config/conf
@@ -76,7 +76,7 @@
 
 include/system_configuration.h: .config
 	@if [ ! -x ./extra/config/conf ] ; then \
-		make -C extra/config conf; \
+		$(MAKE) -C extra/config conf; \
 	fi;
 	@./extra/config/conf -o extra/Configs/Config.in
 




More information about the dslinux-commit mailing list