SPECS: ffcall.spec - __make -j1
sls
sls at pld-linux.org
Tue Dec 18 20:06:50 CET 2007
Author: sls Date: Tue Dec 18 19:06:50 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- __make -j1
---- Files affected:
SPECS:
ffcall.spec (1.8 -> 1.9)
---- Diffs:
================================================================
Index: SPECS/ffcall.spec
diff -u SPECS/ffcall.spec:1.8 SPECS/ffcall.spec:1.9
--- SPECS/ffcall.spec:1.8 Mon Feb 12 22:23:55 2007
+++ SPECS/ffcall.spec Tue Dec 18 20:06:45 2007
@@ -75,7 +75,10 @@
%configure \
--enable-shared
-%{__make}
+# with __make -j2:
+# make[1]: *** No rule to make target `vacall_r/libvacall.la', needed by `libcallback.la'. Stop.
+# make[1]: *** Waiting for unfinished jobs....
+%{__make} -j1
%install
rm -rf $RPM_BUILD_ROOT
@@ -116,6 +119,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.9 2007-12-18 19:06:45 sls
+- __make -j1
+
Revision 1.8 2007-02-12 21:23:55 glen
- tabs in preamble
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/ffcall.spec?r1=1.8&r2=1.9&f=u
More information about the pld-cvs-commit
mailing list