r1866

dslinux_amadeus at dslinux.in-berlin.de dslinux_amadeus at dslinux.in-berlin.de
Tue Sep 4 19:51:36 CEST 2007


Author: amadeus
Date: 2007-09-04 19:51:31 +0200 (Tue, 04 Sep 2007)
New Revision: 1866

Log:
improve Makefile for parallel build

Modified: trunk/user/mpc/Makefile
===================================================================
--- trunk/user/mpc/Makefile	2007-09-04 17:49:51 UTC (rev 1865)
+++ trunk/user/mpc/Makefile	2007-09-04 17:51:31 UTC (rev 1866)
@@ -25,16 +25,16 @@
 
 
 all: 
-	make -C src
+	$(MAKE) -C src
 
 romfs:
-	make -C src romfs
+	$(MAKE) -C src romfs
 
 clean:
-	make -C src clean
+	$(MAKE) -C src clean
 
 #distclean: clean
 #	rm -f Makefile config.h
 
 install:
-	make -C src install
+	$(MAKE) -C src install




More information about the dslinux-commit mailing list