SPECS: Backbone.spec - parallel make "fix"

glen glen at pld-linux.org
Tue Sep 6 23:59:57 CEST 2005


Author: glen                         Date: Tue Sep  6 21:59:57 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- parallel make "fix"

---- Files affected:
SPECS:
   Backbone.spec (1.9 -> 1.10) 

---- Diffs:

================================================================
Index: SPECS/Backbone.spec
diff -u SPECS/Backbone.spec:1.9 SPECS/Backbone.spec:1.10
--- SPECS/Backbone.spec:1.9	Tue Sep  6 22:25:19 2005
+++ SPECS/Backbone.spec	Tue Sep  6 23:59:52 2005
@@ -58,7 +58,7 @@
 
 %build
 . %{_prefix}/System/Library/Makefiles/GNUstep.sh
-%{__make} \
+%{__make} -j1 \
 	OPTFLAG="%{rpmcflags}" \
 	messages=yes
 
@@ -66,7 +66,7 @@
 rm -rf $RPM_BUILD_ROOT
 . %{_prefix}/System/Library/Makefiles/GNUstep.sh
 
-%{__make} install \
+%{__make} -j1 install \
 	INSTALL_ROOT_DIR=$RPM_BUILD_ROOT \
 	GNUSTEP_INSTALLATION_DIR=$RPM_BUILD_ROOT%{_prefix}/System
 
@@ -136,6 +136,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.10  2005/09/06 21:59:52  glen
+- parallel make "fix"
+
 Revision 1.9  2005/09/06 20:25:19  arekm
 - rel .3
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/Backbone.spec?r1=1.9&r2=1.10&f=u




More information about the pld-cvs-commit mailing list