]> git.pld-linux.org Git - packages/ocaml-net.git/commitdiff
- added -j1 to make
authorSÅ‚awomir Paszkiewicz <paszczus@pld-linux.org>
Sat, 15 Oct 2005 14:01:05 +0000 (14:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ocaml-net.spec -> 1.19

ocaml-net.spec

index 4444e686ae70b2691a88e66d848b5254c6883dea..0d4e94ae596bd2814baed495e67679e497cc219b 100644 (file)
@@ -90,7 +90,7 @@ rm -rf $RPM_BUILD_ROOT
 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
This page took 0.07644 seconds and 4 git commands to generate.