SPECS: ocaml.spec - -j1 only in one case

paszczus paszczus at pld-linux.org
Tue Oct 11 12:14:49 CEST 2005


Author: paszczus                     Date: Tue Oct 11 10:14:49 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- -j1 only in one case

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

---- Diffs:

================================================================
Index: SPECS/ocaml.spec
diff -u SPECS/ocaml.spec:1.100 SPECS/ocaml.spec:1.101
--- SPECS/ocaml.spec:1.100	Tue Oct 11 11:41:45 2005
+++ SPECS/ocaml.spec	Tue Oct 11 12:14:43 2005
@@ -349,13 +349,13 @@
 	-x11lib /usr/X11R6/%{_lib}
 
 %{__make} -j1 world bootstrap opt.opt CFLAGS="%{rpmcflags} -Wall"
-%{__make} -j1 -C tools objinfo CFLAGS="%{rpmcflags} -Wall" -j1
+%{__make} -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} -j1 install \
+%{__make} 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} -j1 -C emacs DESTDIR=$RPM_BUILD_ROOT install \
+%{__make} -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.101  2005/10/11 10:14:43  paszczus
+- -j1 only in one case
+
 Revision 1.100  2005/10/11 09:41:45  paszczus
 - force -j1 cause simulationus build failed
 
================================================================

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




More information about the pld-cvs-commit mailing list