packages: ClanLib/ClanLib.spec - make -j1

lisu lisu at pld-linux.org
Tue Apr 12 22:27:22 CEST 2011


Author: lisu                         Date: Tue Apr 12 20:27:22 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- make -j1

---- Files affected:
packages/ClanLib:
   ClanLib.spec (1.135 -> 1.136) 

---- Diffs:

================================================================
Index: packages/ClanLib/ClanLib.spec
diff -u packages/ClanLib/ClanLib.spec:1.135 packages/ClanLib/ClanLib.spec:1.136
--- packages/ClanLib/ClanLib.spec:1.135	Tue Apr 12 09:11:24 2011
+++ packages/ClanLib/ClanLib.spec	Tue Apr 12 22:27:17 2011
@@ -330,10 +330,10 @@
 	--%{?debug:en}%{!?debug:dis}able-debug
 
 export PKG_CONFIG_PATH=$(pwd)/Setup/pkgconfig
-%{__make}
+%{__make} -j1
 
 (cd Documentation/Utilities/ReferenceDocs; ln -s ../../../Sources/API ClanLib)
-%{__make} html \
+%{__make} -j1 html \
 	PKG_CONFIG_PATH=$(pwd)/Setup/pkgconfig
 
 %install
@@ -557,6 +557,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.136  2011/04/12 20:27:17  lisu
+- make -j1
+
 Revision 1.135  2011/04/12 07:11:24  lisu
 - rel 2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ClanLib/ClanLib.spec?r1=1.135&r2=1.136&f=u



More information about the pld-cvs-commit mailing list