[xorg-x11-drv-fpit] Disable silent rules on build, build with _smp_mflags

Peter Hutterer whot at fedoraproject.org
Thu Jul 7 01:28:08 UTC 2011


commit d27acb7e7486a05341af84cca61338da2df134a5
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Thu Jul 7 11:27:47 2011 +1000

    Disable silent rules on build, build with _smp_mflags

 xorg-x11-drv-fpit.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/xorg-x11-drv-fpit.spec b/xorg-x11-drv-fpit.spec
index bebf097..f1b70f7 100644
--- a/xorg-x11-drv-fpit.spec
+++ b/xorg-x11-drv-fpit.spec
@@ -37,8 +37,8 @@ X.Org X11 fpit input driver.
 
 %build
 autoreconf -v --install || exit 1
-%configure --disable-static
-make
+%configure --disable-static --disable-silent-rules
+make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -59,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/X11/xorg.conf.d/50-fpit.conf
 
 %changelog
+* Thu Jul 07 2011 Peter Hutterer <peter.hutterer at redhat.com>
+- Disable silent rules on build, build with _smp_mflags
+
 * Mon Jun 27 2011 Peter Hutterer <peter.hutterer at redhat.com> 1.4.0-1
 - fpit 1.4.0 (no changes, just version bump)
 


More information about the scm-commits mailing list