SPECS: splashutils.spec - parallel make broken
glen
glen at pld-linux.org
Tue Apr 22 18:13:12 CEST 2008
Author: glen Date: Tue Apr 22 16:13:12 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- parallel make broken
---- Files affected:
SPECS:
splashutils.spec (1.33 -> 1.34)
---- Diffs:
================================================================
Index: SPECS/splashutils.spec
diff -u SPECS/splashutils.spec:1.33 SPECS/splashutils.spec:1.34
--- SPECS/splashutils.spec:1.33 Wed Apr 16 16:17:36 2008
+++ SPECS/splashutils.spec Tue Apr 22 18:13:06 2008
@@ -105,7 +105,7 @@
--with-ttf \
--with-ttf-kernel
-%{__make} %{?with_verbose:QUIET=false}
+%{__make} -j1 %{?with_verbose:QUIET=false}
%{__make} install DESTDIR=`pwd`/klibc
%{__make} clean
@@ -123,7 +123,7 @@
--with-ttf \
--with-ttf-kernel
-%{__make} %{?with_verbose:QUIET=false}
+%{__make} -j1 %{?with_verbose:QUIET=false}
%install
rm -rf $RPM_BUILD_ROOT
@@ -205,6 +205,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.34 2008-04-22 16:13:06 glen
+- parallel make broken
+
Revision 1.33 2008-04-16 14:17:36 glen
- build klibc part
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/splashutils.spec?r1=1.33&r2=1.34&f=u
More information about the pld-cvs-commit
mailing list