SPECS: jacl.spec - parallel build broken
arekm
arekm at pld-linux.org
Thu Mar 1 09:34:56 CET 2007
Author: arekm Date: Thu Mar 1 08:34:56 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- parallel build broken
---- Files affected:
SPECS:
jacl.spec (1.14 -> 1.15)
---- Diffs:
================================================================
Index: SPECS/jacl.spec
diff -u SPECS/jacl.spec:1.14 SPECS/jacl.spec:1.15
--- SPECS/jacl.spec:1.14 Tue Feb 13 09:06:35 2007
+++ SPECS/jacl.spec Thu Mar 1 09:34:51 2007
@@ -59,12 +59,12 @@
export JAVA_HOME="%{java_home}"
%configure \
--with-jdk="%{java_home}"
-%{__make}
+%{__make} -j1
%install
rm -rf $RPM_BUILD_ROOT
-%{__make} install \
+%{__make} -j1 install \
BIN_INSTALL_DIR=$RPM_BUILD_ROOT%{_bindir} \
XP_LIB_INSTALL_DIR=$RPM_BUILD_ROOT%{_javadir} \
XP_TCLJAVA_INSTALL_DIR=$RPM_BUILD_ROOT%{_javadir}
@@ -98,6 +98,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.15 2007/03/01 08:34:51 arekm
+- parallel build broken
+
Revision 1.14 2007/02/13 08:06:35 glen
- tabs in preamble
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/jacl.spec?r1=1.14&r2=1.15&f=u
More information about the pld-cvs-commit
mailing list