[Ocfs2-commits] manish commits r822 - trunk/src

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Mon Mar 29 19:02:02 CST 2004


Author: manish
Date: 2004-03-29 19:02:00 -0600 (Mon, 29 Mar 2004)
New Revision: 822

Modified:
   trunk/src/Makefile
Log:
Turn off verbose output for 2.6 build (recommended by Rusty)


Modified: trunk/src/Makefile
===================================================================
--- trunk/src/Makefile	2004-03-30 00:29:35 UTC (rev 821)
+++ trunk/src/Makefile	2004-03-30 01:02:00 UTC (rev 822)
@@ -238,7 +238,7 @@
 KDIR	:= $(KERNELDIR)
 
 all:
-	$(MAKE) -C $(KDIR) V=1 SUBDIRS=$(CURDIR) modules
+	$(MAKE) -C $(KDIR) SUBDIRS=$(CURDIR) modules
 
 endif # OCFS_KERNEL_2_6
 



More information about the Ocfs2-commits mailing list