SPECS: ocaml.spec - force -j1 cause simulationus build failed

paszczus paszczus at pld-linux.org
Tue Oct 11 11:41:50 CEST 2005


Author: paszczus                     Date: Tue Oct 11 09:41:50 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- force -j1 cause simulationus build failed

---- Files affected:
SPECS:
   ocaml.spec (1.99 -> 1.100) 

---- Diffs:

================================================================
Index: SPECS/ocaml.spec
diff -u SPECS/ocaml.spec:1.99 SPECS/ocaml.spec:1.100
--- SPECS/ocaml.spec:1.99	Fri Aug 26 19:13:12 2005
+++ SPECS/ocaml.spec	Tue Oct 11 11:41:45 2005
@@ -348,14 +348,14 @@
 	-with-pthread \
 	-x11lib /usr/X11R6/%{_lib}
 
-%{__make} world bootstrap opt.opt CFLAGS="%{rpmcflags} -Wall"
-%{__make} -C tools objinfo CFLAGS="%{rpmcflags} -Wall"
+%{__make} -j1 world bootstrap opt.opt CFLAGS="%{rpmcflags} -Wall"
+%{__make} -j1 -C tools objinfo CFLAGS="%{rpmcflags} -Wall" -j1
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_includedir},%{_infodir},%{_examplesdir}/%{name}-{labltk-,}%{version}}
 
-%{__make} install \
+%{__make} -j1 install \
 	BINDIR=$RPM_BUILD_ROOT%{_bindir} \
 	LIBDIR=$RPM_BUILD_ROOT%{_libdir}/%{name} \
 	MANDIR=$RPM_BUILD_ROOT%{_mandir}
@@ -366,7 +366,7 @@
 EOF
 
 %if %{with emacs}
-%{__make} -C emacs DESTDIR=$RPM_BUILD_ROOT install \
+%{__make} -j1 -C emacs DESTDIR=$RPM_BUILD_ROOT install \
 	EMACS="`if [ -x %{_bindir}/emacs ]; then echo emacs; \
 	        else echo xemacs; fi`" \
 	EMACSDIR="$RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp"
@@ -544,6 +544,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.100  2005/10/11 09:41:45  paszczus
+- force -j1 cause simulationus build failed
+
 Revision 1.99  2005/08/26 17:13:12  twittner
 - added ocaml-doc-info subpkg (but info page suffer from
   lack of index).
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/ocaml.spec?r1=1.99&r2=1.100&f=u




More information about the pld-cvs-commit mailing list