SPECS: ocaml-net.spec - added -j1 to make

paszczus paszczus at pld-linux.org
Sat Oct 15 16:01:10 CEST 2005


Author: paszczus                     Date: Sat Oct 15 14:01:10 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added -j1 to make

---- Files affected:
SPECS:
   ocaml-net.spec (1.18 -> 1.19) 

---- Diffs:

================================================================
Index: SPECS/ocaml-net.spec
diff -u SPECS/ocaml-net.spec:1.18 SPECS/ocaml-net.spec:1.19
--- SPECS/ocaml-net.spec:1.18	Tue Oct 11 23:40:38 2005
+++ SPECS/ocaml-net.spec	Sat Oct 15 16:01:05 2005
@@ -91,7 +91,7 @@
 install -d $RPM_BUILD_ROOT%{_libdir}/ocaml
 
 cd src
-%{__make} install OCAMLFIND_DESTDIR=$RPM_BUILD_ROOT%{_libdir}/ocaml
+%{__make} -j1 install OCAMLFIND_DESTDIR=$RPM_BUILD_ROOT%{_libdir}/ocaml
 
 for f in cgi pop netstring ; do
 	install -d $RPM_BUILD_ROOT%{_libdir}/ocaml/site-lib/$f
@@ -141,6 +141,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.19  2005/10/15 14:01:05  paszczus
+- added -j1 to make
+
 Revision 1.18  2005/10/11 21:40:38  paszczus
 - s/ocaml-equeue/ocaml-equeue-devel/g
 
================================================================

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




More information about the pld-cvs-commit mailing list