SPECS: dmraid.spec - -j1, build was broken on smp

sparky sparky at pld-linux.org
Wed Sep 6 14:01:23 CEST 2006


Author: sparky                       Date: Wed Sep  6 12:01:23 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- -j1, build was broken on smp

---- Files affected:
SPECS:
   dmraid.spec (1.29 -> 1.30) 

---- Diffs:

================================================================
Index: SPECS/dmraid.spec
diff -u SPECS/dmraid.spec:1.29 SPECS/dmraid.spec:1.30
--- SPECS/dmraid.spec:1.29	Mon Jul 31 01:23:12 2006
+++ SPECS/dmraid.spec	Wed Sep  6 14:01:17 2006
@@ -94,14 +94,14 @@
 %if %{with initrd}
 %configure \
 	--enable-static_link
-%{__make}
+%{__make} -j1
 cp -f tools/dmraid{,-initrd}
 %{__make} clean
 %endif
 
 %configure \
 	--enable-shared_lib
-%{__make}
+%{__make} -j1
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -150,6 +150,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.30  2006/09/06 12:01:17  sparky
+- -j1, build was broken on smp
+
 Revision 1.29  2006/07/30 23:23:12  sparky
 - added as-needed patch
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/dmraid.spec?r1=1.29&r2=1.30&f=u



More information about the pld-cvs-commit mailing list