SPECS: binutils.spec - force -j1 (fails to build with -j2)

sparky sparky at pld-linux.org
Sat Jan 27 07:37:16 CET 2007


Author: sparky                       Date: Sat Jan 27 06:37:16 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- force -j1 (fails to build with -j2)

---- Files affected:
SPECS:
   binutils.spec (1.260 -> 1.261) 

---- Diffs:

================================================================
Index: SPECS/binutils.spec
diff -u SPECS/binutils.spec:1.260 SPECS/binutils.spec:1.261
--- SPECS/binutils.spec:1.260	Fri Jan 26 21:27:07 2007
+++ SPECS/binutils.spec	Sat Jan 27 07:37:09 2007
@@ -199,15 +199,15 @@
 %endif
 	%{?with_allarchs:--enable-targets=alpha-linux,arm-linux,cris-linux,hppa-linux,i386-linux,ia64-linux,x86_64-linux,m68k-linux,mips-linux,mips64-linux,mips64el-linux,mipsel-linux,ppc-linux,s390-linux,s390x-linux,sh-linux,sparc-linux,sparc64-linux,i386-linuxaout}
 
-%{__make} configure-bfd
-%{__make} headers -C bfd
-%{__make} all info \
+%{__make} -j1 configure-bfd
+%{__make} -j1 headers -C bfd
+%{__make} -j1 all info \
 	tooldir=%{_prefix}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install \
+%{__make} -j1 install \
 	prefix=$RPM_BUILD_ROOT%{_prefix} \
 	tooldir=$RPM_BUILD_ROOT%{_prefix} \
 	mandir=$RPM_BUILD_ROOT%{_mandir} \
@@ -308,6 +308,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.261  2007/01/27 06:37:09  sparky
+- force -j1 (fails to build with -j2)
+
 Revision 1.260  2007/01/26 20:27:07  pluto
 - release 1.
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/binutils.spec?r1=1.260&r2=1.261&f=u



More information about the pld-cvs-commit mailing list