[Ocfs2-devel] [PATCH] Turn off verbose 2.6 build

Rusty Lynch rusty at linux.co.intel.com
Mon Mar 29 16:36:25 CST 2004


Now that the 2.6 build works just fine, here is a patch to remove
the "V=1" argument that forces extra verbose output when there
are no warnings or errors.

  --rusty

Index: src/Makefile
===================================================================
--- src/Makefile	(revision 821)
+++ src/Makefile	(working copy)
@@ -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-devel mailing list