]> git.pld-linux.org Git - packages/ocaml-camlp4.git/commitdiff
- disable parallel make
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 1 Mar 2015 10:34:12 +0000 (11:34 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 1 Mar 2015 10:34:24 +0000 (11:34 +0100)
ocaml-camlp4.spec

index 672bab1679b74cfb580de9c768d0a0ff9262a57e..ce1a03b1ddb4dc7a218f95c1cb904795bf299abc 100644 (file)
@@ -92,12 +92,12 @@ cp %{SOURCE4} docs/camlp4-tutorial.ps.gz
 %build
 ./configure
 
-%{__make} %{?with_opt:all}
+%{__make} -j1 %{?with_opt:all}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install \
+%{__make} -j1 install \
        BINDIR=$RPM_BUILD_ROOT%{_bindir} \
        LIBDIR=$RPM_BUILD_ROOT%{_libdir}/ocaml
 
This page took 0.097094 seconds and 4 git commands to generate.