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
On Mon, Mar 29, 2004 at 04:36:25PM -0800, Rusty Lynch wrote:> 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.Committed. -Manish