rpms/openoffice.org/devel openoffice.org.spec,1.111,1.112

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Mar 31 13:34:12 UTC 2005


Update of /cvs/dist/rpms/openoffice.org/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv29518

Modified Files:
	openoffice.org.spec 
Log Message:
fair enough, dmake is limit to 10 processes in parallel


Index: openoffice.org.spec
===================================================================
RCS file: /cvs/dist/rpms/openoffice.org/devel/openoffice.org.spec,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- openoffice.org.spec	31 Mar 2005 13:18:13 -0000	1.111
+++ openoffice.org.spec	31 Mar 2005 13:34:10 -0000	1.112
@@ -603,6 +603,10 @@
         if [ $RPM_BUILD_NCPUS -eq 0 ]; then
             RPM_BUILD_NCPUS=0
         fi
+	#dmake has limit of 10 processes apparently
+        if [ $RPM_BUILD_NCPUS -gt 10 ]; then
+            RPM_BUILD_NCPUS=10
+        fi
     fi
 fi
 export LANG=en_US.UTF-8 # gcc#20629#




More information about the fedora-cvs-commits mailing list