take out V=1 verbose compile option
authorMarc Fiuczynski <mef@cs.princeton.edu>
Tue, 11 Apr 2006 15:06:18 +0000 (15:06 +0000)
committerMarc Fiuczynski <mef@cs.princeton.edu>
Tue, 11 Apr 2006 15:06:18 +0000 (15:06 +0000)
scripts/kernel-2.6-planetlab.spec

index 501db35..e9cb6b0 100644 (file)
@@ -355,7 +355,7 @@ BuildKernel() {
 
     make -s CC=${CC} HOSTCC=${HOSTCC} ARCH=$Arch nonint_oldconfig > /dev/null
     make -s CC=${CC} HOSTCC=${HOSTCC} ARCH=$Arch include/linux/version.h 
-    make -s V=1 CC=${CC} HOSTCC=${HOSTCC} ARCH=$Arch %{?_smp_mflags} $Target
+    make -s CC=${CC} HOSTCC=${HOSTCC} ARCH=$Arch %{?_smp_mflags} $Target
     make -s CC=${CC} HOSTCC=${HOSTCC} ARCH=$Arch %{?_smp_mflags} modules || exit 1
     make CC=${CC} HOSTCC=${HOSTCC} ARCH=$Arch buildcheck