SPECS: gnustep-gui.spec - __make -j1

sls sls at pld-linux.org
Tue Dec 18 20:37:42 CET 2007


Author: sls                          Date: Tue Dec 18 19:37:42 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- __make -j1

---- Files affected:
SPECS:
   gnustep-gui.spec (1.50 -> 1.51) 

---- Diffs:

================================================================
Index: SPECS/gnustep-gui.spec
diff -u SPECS/gnustep-gui.spec:1.50 SPECS/gnustep-gui.spec:1.51
--- SPECS/gnustep-gui.spec:1.50	Sun Nov 18 02:26:39 2007
+++ SPECS/gnustep-gui.spec	Tue Dec 18 20:37:37 2007
@@ -87,7 +87,8 @@
 	%{!?with_cups:--disable-cups} \
 	%{!?with_portaudio:--disable-gsnd}
 
-%{__make} \
+# with __make -jN we can got non-deterministic errors
+%{__make} -j1 \
 	messages=yes
 
 %install
@@ -210,6 +211,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.51  2007-12-18 19:37:37  sls
+- __make -j1
+
 Revision 1.50  2007-11-18 01:26:39  aredridel
 - 0.13.0
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gnustep-gui.spec?r1=1.50&r2=1.51&f=u



More information about the pld-cvs-commit mailing list