mtd/fs/jffs2 GNUmakefile,1.4,1.5

David Woodhouse dwmw2 at infradead.org
Mon May 20 10:55:37 EDT 2002


Update of /home/cvs/mtd/fs/jffs2
In directory phoenix.infradead.org:/tmp/cvs-serv19700/fs/jffs2

Modified Files:
	GNUmakefile 
Log Message:
Use $(MAKE) to pass through parallel flags.


Index: GNUmakefile
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/GNUmakefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- GNUmakefile	8 Mar 2002 09:56:28 -0000	1.4
+++ GNUmakefile	20 May 2002 14:55:34 -0000	1.5
@@ -8,7 +8,7 @@
 # Invoke a kernel build process, with only this dir in SUBDIRS.
 
 modules:
-	make -C $(LINUXDIR) CONFIG_JFFS2_FS_NAND=y SUBDIRS=`pwd` modules
+	$(MAKE) -C $(LINUXDIR) CONFIG_JFFS2_FS_NAND=y SUBDIRS=`pwd` modules
 
 nonand:
 	make -C $(LINUXDIR) SUBDIRS=`pwd` modules





More information about the linux-mtd-cvs mailing list