packages: ice/ice.spec - make -j1 - builds that way for sure on all archs

shadzik shadzik at pld-linux.org
Wed Apr 7 12:21:28 CEST 2010


Author: shadzik                      Date: Wed Apr  7 10:21:28 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- make -j1 - builds that way for sure on all archs

---- Files affected:
packages/ice:
   ice.spec (1.23 -> 1.24) 

---- Diffs:

================================================================
Index: packages/ice/ice.spec
diff -u packages/ice/ice.spec:1.23 packages/ice/ice.spec:1.24
--- packages/ice/ice.spec:1.23	Wed Apr  7 10:26:01 2010
+++ packages/ice/ice.spec	Wed Apr  7 12:21:22 2010
@@ -211,7 +211,7 @@
 javac cpp/src/ca/ImportKey.java
 %endif
 
-%{__make} -C cpp \
+%{__make} -j1 -C cpp \
 	CC="%{__cc}" \
 	CXX="%{__cxx}" \
 	CFLAGS="%{rpmcflags} -fPIC" \
@@ -230,7 +230,7 @@
 # Set the CLASSPATH correctly for the Java compile
 export CLASSPATH=$(build-classpath db jgoodies-forms jgoodies-looks)
 
-%{__make} -C java \
+%{__make} -j1 -C java \
 	CC="%{__cc}" \
 	CXX="%{__cxx}" \
 	CFLAGS="%{rpmcflags} -fPIC" \
@@ -239,7 +239,7 @@
 %endif
 
 %if %{with dotnet}
-%{__make} -C cs \
+%{__make} -j1 -C cs \
 	CC="%{__cc}" \
 	CXX="%{__cxx}" \
 	CFLAGS="%{rpmcflags} -fPIC" \
@@ -248,7 +248,7 @@
 %endif
 
 %if %{with python}
-%{__make} -C py \
+%{__make} -j1 -C py \
 	CC="%{__cc}" \
 	CXX="%{__cxx}" \
 	CFLAGS="%{rpmcflags} -fPIC" \
@@ -257,7 +257,7 @@
 %endif
 
 %if %{with ruby}
-%{__make} -C rb \
+%{__make} -j1 -C rb \
 	CC="%{__cc}" \
 	CXX="%{__cxx}" \
 	CFLAGS="%{rpmcflags} -fPIC" \
@@ -266,7 +266,7 @@
 %endif
 
 %if %{with php}
-%{__make} -C php \
+%{__make} -j1 -C php \
 	CC="%{__cc}" \
 	CXX="%{__cxx}" \
 	PHP_HOME=%{_prefix} \
@@ -646,6 +646,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.24  2010/04/07 10:21:22  shadzik
+- make -j1 - builds that way for sure on all archs
+
 Revision 1.23  2010/04/07 08:26:01  glen
 - BRs by bconds, move common BR first, it is too messy otherwise
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ice/ice.spec?r1=1.23&r2=1.24&f=u



More information about the pld-cvs-commit mailing list