gimp.spec: Remove '-j $CPUS' from 'make' because of failures on Solaris and
authordc144907
Tue, 13 Jul 2004 08:48:10 +0000
changeset 3322 ab0868b07ff8
parent 3321 bea2d929c4c2
child 3323 67e96c8c5b00
gimp.spec: Remove '-j $CPUS' from 'make' because of failures on Solaris and intermittent failures on Linux.
ChangeLog
gimp.spec
--- a/ChangeLog	Mon Jul 12 14:59:24 2004 +0000
+++ b/ChangeLog	Tue Jul 13 08:48:10 2004 +0000
@@ -1,3 +1,8 @@
+2004-07-13  Damien Carbery <[email protected]>
+
+	* gimp.spec: Remove '-j $CPUS' from 'make' because of failures on 
+	Solaris and intermittent failures on Linux.
+
 2004-07-12  Dermot McCluskey <[email protected]>
 
 	* *.spec: Incremented release numbers for build 14
--- a/gimp.spec	Mon Jul 12 14:59:24 2004 +0000
+++ b/gimp.spec	Tue Jul 13 08:48:10 2004 +0000
@@ -115,7 +115,7 @@
 	    --enable-gtk-doc		\
 	    --enable-default-binary	   \
 		--disable-gtk-doc  %{print_options}
-make -j $CPUS
+make
 
 %install
 make DESTDIR=$RPM_BUILD_ROOT install
@@ -201,6 +201,10 @@
 %{_mandir}/man1/gimptool-%{subver}.1*
 
 %changelog
+* Tue Jul 13 2004 - [email protected]
+- Remove '-j $CPUS' from 'make' because of failures on Solaris and intermittent
+  failures on Linux.
+
 * Thu Jul 08 2004 - [email protected]
 - Updated l10n content to gimp-l10n-po-1.2.tar.bz2