[mesa/f18] parallel make seems broken - on 16 way machine internally.

Dave Airlie airlied at fedoraproject.org
Fri Aug 17 06:09:48 UTC 2012


commit ade939e6c9a56cb29a8464de7272a98405cac5ab
Author: Dave Airlie <airlied at redhat.com>
Date:   Fri Aug 17 16:09:10 2012 +1000

    parallel make seems broken - on 16 way machine internally.

 mesa.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/mesa.spec b/mesa.spec
index e05b26d..7755a13 100644
--- a/mesa.spec
+++ b/mesa.spec
@@ -36,7 +36,7 @@
 Summary: Mesa graphics libraries
 Name: mesa
 Version: 8.1
-Release: 0.17%{?dist}
+Release: 0.18%{?dist}
 License: MIT
 Group: System Environment/Libraries
 URL: http://www.mesa3d.org
@@ -321,7 +321,8 @@ export CXXFLAGS="$RPM_OPT_FLAGS"
 %endif
     %{?dri_drivers}
 
-make %{?_smp_mflags} MKDEP=/bin/true
+#%{?_smp_mflags} - broke parallel make in glsl
+make MKDEP=/bin/true
 
 pushd ../%{manpages}
 autoreconf -v --install
@@ -569,6 +570,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Fri Aug 17 2012 Dave Airlie <airlied at redhat.com> 8.1-0.18
+- parallel make seems broken - on 16 way machine internally.
+
 * Thu Aug 16 2012 Dave Airlie <airlied at redhat.com> 8.1-0.17
 - upstream snapshot
 


More information about the scm-commits mailing list