[kernel] Don't suppress output from make. (rhbz #716563)

Dave Jones davej at fedoraproject.org
Wed Jul 6 18:05:30 UTC 2011


commit 83ea416dda79a4fa686e17eed98f304e38b357f4
Author: Dave Jones <davej at redhat.com>
Date:   Wed Jul 6 14:05:06 2011 -0400

    Don't suppress output from make. (rhbz #716563)

 kernel.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index dc927c6..5f64e9e 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -1390,8 +1390,8 @@ BuildKernel() {
     echo USING ARCH=$Arch
 
     make -s ARCH=$Arch oldnoconfig >/dev/null
-    make -s ARCH=$Arch V=1 %{?_smp_mflags} $MakeTarget %{?sparse_mflags}
-    make -s ARCH=$Arch V=1 %{?_smp_mflags} modules %{?sparse_mflags} || exit 1
+    make ARCH=$Arch V=1 %{?_smp_mflags} $MakeTarget %{?sparse_mflags}
+    make ARCH=$Arch V=1 %{?_smp_mflags} modules %{?sparse_mflags} || exit 1
 
     # Start installing the results
 %if %{with_debuginfo}
@@ -1878,6 +1878,9 @@ fi
 # and build.
 
 %changelog
+* Wed Jul 06 2011 Dave Jones <davej at redhat.com>
+- Don't suppress output from make. (rhbz #716563)
+
 * Mon Jul 04 2011 Kyle McMartin <kmcmartin at redhat.com> 3.0-0.rc6.git0.1
 - Linux 3.0-rc6
 - [generic] SCSI_ISCI=m, because why not


More information about the scm-commits mailing list