SPECS: man.spec - force make -j1 - simultaneous builds fail (repor...

twittner twittner at pld-linux.org
Tue Aug 23 22:11:04 CEST 2005


Author: twittner                     Date: Tue Aug 23 20:11:04 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- force make -j1 - simultaneous builds fail (reported by paszczus,
  confirmed by me)

---- Files affected:
SPECS:
   man.spec (1.104 -> 1.105) 

---- Diffs:

================================================================
Index: SPECS/man.spec
diff -u SPECS/man.spec:1.104 SPECS/man.spec:1.105
--- SPECS/man.spec:1.104	Tue Aug 23 21:18:09 2005
+++ SPECS/man.spec	Tue Aug 23 22:10:58 2005
@@ -209,7 +209,7 @@
 	+lang all \
 	-confdir %{_sysconfdir}
 
-	%{__make} \
+%{__make} -j1 \
 	CC="%{__cc} %{rpmcflags}" \
 	LDFLAGS="%{rpmldflags}"
 
@@ -430,6 +430,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.105  2005/08/23 20:10:58  twittner
+- force make -j1 - simultaneous builds fail (reported by paszczus,
+  confirmed by me)
+
 Revision 1.104  2005/08/23 19:18:09  paszczus
 - backing to %{__make}
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/man.spec?r1=1.104&r2=1.105&f=u




More information about the pld-cvs-commit mailing list