SPECS: mpfr.spec - make -j4 creates truncated .lo
glen
glen at pld-linux.org
Mon Dec 11 20:11:28 CET 2006
Author: glen Date: Mon Dec 11 19:11:28 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- make -j4 creates truncated .lo
---- Files affected:
SPECS:
mpfr.spec (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SPECS/mpfr.spec
diff -u SPECS/mpfr.spec:1.2 SPECS/mpfr.spec:1.3
--- SPECS/mpfr.spec:1.2 Mon Dec 4 22:54:13 2006
+++ SPECS/mpfr.spec Mon Dec 11 20:11:23 2006
@@ -67,7 +67,9 @@
%configure \
--enable-shared
-%{__make} all check
+# make -j4 creates truncated .lo files
+%{__make} -j1 all
+%{__make} check
%install
rm -rf $RPM_BUILD_ROOT
@@ -75,6 +77,8 @@
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
+rm -f $RPM_BUILD_ROOT%{_infodir}/dir
+
%clean
rm -rf $RPM_BUILD_ROOT
@@ -110,6 +114,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2006/12/11 19:11:23 glen
+- make -j4 creates truncated .lo
+
Revision 1.2 2006/12/04 21:54:13 pluto
- updated to 2.2.1.
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/mpfr.spec?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list