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

Peter Hutterer whot at fedoraproject.org
Thu Jul 7 01:27:10 UTC 2011


commit 5a8337eed703091657f87169309ccd6f9568fe1b
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Thu Jul 7 11:26:50 2011 +1000

    Disable silent rules on build, build with _smp_mflags

 xorg-x11-drv-elographics.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/xorg-x11-drv-elographics.spec b/xorg-x11-drv-elographics.spec
index b6a8079..aad3664 100644
--- a/xorg-x11-drv-elographics.spec
+++ b/xorg-x11-drv-elographics.spec
@@ -37,8 +37,8 @@ X.Org X11 elographics 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
@@ -58,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man4/elographics.4*
 
 %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.3.0-1
 - elographics 1.3.0
 


More information about the scm-commits mailing list