SPECS: mawk.spec - make -j1, does not pass tests on SMP
sparky
sparky at pld-linux.org
Tue Sep 5 17:27:19 CEST 2006
Author: sparky Date: Tue Sep 5 15:27:19 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- make -j1, does not pass tests on SMP
---- Files affected:
SPECS:
mawk.spec (1.58 -> 1.59)
---- Diffs:
================================================================
Index: SPECS/mawk.spec
diff -u SPECS/mawk.spec:1.58 SPECS/mawk.spec:1.59
--- SPECS/mawk.spec:1.58 Mon Jul 31 00:38:34 2006
+++ SPECS/mawk.spec Tue Sep 5 17:27:13 2006
@@ -114,13 +114,13 @@
%{__autoconf}
%configure
%if %{?BOOT:1}%{!?BOOT:0}
-%{__make} \
+%{__make} -j1 \
MATHLIB=/usr/%{_lib}/libm.a \
LDFLAGS="%{rpmldflags}"
mv -f mawk mawk.BOOT
%{__make} clean
%endif
-%{__make} \
+%{__make} -j1 \
LDFLAGS="%{rpmldflags}"
%install
@@ -169,6 +169,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.59 2006/09/05 15:27:13 sparky
+- make -j1, does not pass tests on SMP
+
Revision 1.58 2006/07/30 22:38:34 glen
- lib64 awareness
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/mawk.spec?r1=1.58&r2=1.59&f=u
More information about the pld-cvs-commit
mailing list