packages: kernel/kernel.spec - don't do parallel install (broken with make ...

arekm arekm at pld-linux.org
Mon Sep 6 19:17:05 CEST 2010


Author: arekm                        Date: Mon Sep  6 17:17:05 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- don't do parallel install (broken with make 3.82)

---- Files affected:
packages/kernel:
   kernel.spec (1.815 -> 1.816) 

---- Diffs:

================================================================
Index: packages/kernel/kernel.spec
diff -u packages/kernel/kernel.spec:1.815 packages/kernel/kernel.spec:1.816
--- packages/kernel/kernel.spec:1.815	Mon Sep  6 17:21:56 2010
+++ packages/kernel/kernel.spec	Mon Sep  6 19:16:59 2010
@@ -1105,7 +1105,7 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__make} %{MakeOpts} %{!?with_verbose:-s} modules_install firmware_install \
+%{__make} %{MakeOpts} -j1 %{!?with_verbose:-s} modules_install firmware_install \
 	-C %{objdir} \
 	%{?with_verbose:V=1} \
 	DEPMOD=%{DepMod} \
@@ -1592,6 +1592,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.816  2010/09/06 17:16:59  arekm
+- don't do parallel install (broken with make 3.82)
+
 Revision 1.815  2010/09/06 15:21:56  arekm
 - up to vserver patch-2.6.35.4-vs2.3.0.36.32.diff
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kernel/kernel.spec?r1=1.815&r2=1.816&f=u



More information about the pld-cvs-commit mailing list