SPECS: uClibc.spec - make -j1 (-j4 on fast quad core causes errors).

pluto pluto at pld-linux.org
Thu Aug 28 20:44:40 CEST 2008


Author: pluto                        Date: Thu Aug 28 18:44:40 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- make -j1 (-j4 on fast quad core causes errors).

---- Files affected:
SPECS:
   uClibc.spec (1.170 -> 1.171) 

---- Diffs:

================================================================
Index: SPECS/uClibc.spec
diff -u SPECS/uClibc.spec:1.170 SPECS/uClibc.spec:1.171
--- SPECS/uClibc.spec:1.170	Thu Aug 28 20:41:34 2008
+++ SPECS/uClibc.spec	Thu Aug 28 20:44:34 2008
@@ -151,7 +151,7 @@
 %build
 
 # NOTE: 'defconfig' and 'all' must be run in separate make process because of macros
-%{__make} defconfig \
+%{__make} -j1 defconfig \
 	%{?with_verbose:VERBOSE=1} \
 	TARGET_CPU="%{_target_cpu}" \
 	GCC_BIN=%{_host_cpu}-%{_vendor}-%{_os}-gcc \
@@ -166,7 +166,7 @@
 # So we pass it as make arg to be sure it's proper!
 target_arch=$(grep -s '^TARGET_ARCH' .config | sed -e 's/^TARGET_ARCH=//' -e 's/"//g')
 
-%{__make} \
+%{__make} -j1 \
 	%{?with_verbose:VERBOSE=1} \
 	TARGET_CPU="%{_target_cpu}" \
 	TARGET_ARCH=$target_arch \
@@ -321,6 +321,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.171  2008/08/28 18:44:34  pluto
+- make -j1 (-j4 on fast quad core causes errors).
+
 Revision 1.170  2008/08/28 18:41:34  pluto
 - bump release for rebuild with gcc-4.3.2.
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/uClibc.spec?r1=1.170&r2=1.171&f=u



More information about the pld-cvs-commit mailing list