SPECS: clisp.spec - paralled build isn't?

baggins baggins at pld-linux.org
Thu Mar 5 23:57:54 CET 2009


Author: baggins                      Date: Thu Mar  5 22:57:54 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- paralled build isn't?

---- Files affected:
SPECS:
   clisp.spec (1.50 -> 1.51) 

---- Diffs:

================================================================
Index: SPECS/clisp.spec
diff -u SPECS/clisp.spec:1.50 SPECS/clisp.spec:1.51
--- SPECS/clisp.spec:1.50	Thu Mar  5 23:32:45 2009
+++ SPECS/clisp.spec	Thu Mar  5 23:57:49 2009
@@ -100,18 +100,18 @@
 	--with-module=bindings/glibc \
 	--with-module=clx/new-clx \
 	>Makefile
-%{__make} config.lisp \
+%{__make} -j1 config.lisp \
 	TOPDIR=clisp
-%{__make} \
+%{__make} -j1 \
 	libdir=%{_libdir} \
 	TOPDIR=clisp
 
-%{?with_tests:%{__make} check}
+%{?with_tests:%{__make} -j1 check}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} -C src install \
+%{__make} -j1 -C src install \
 	DESTDIR=$RPM_BUILD_ROOT \
 	libdir=%{_libdir} \
 	lispdocdir=%{_docdir}/%{name}-%{version} \
@@ -152,6 +152,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.51  2009/03/05 22:57:49  baggins
+- paralled build isn't?
+
 Revision 1.50  2009/03/05 22:32:45  baggins
 - rel 2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/clisp.spec?r1=1.50&r2=1.51&f=u



More information about the pld-cvs-commit mailing list