[packages/ocaml-camlp4] - disable parallel make

baggins baggins at pld-linux.org
Sun Mar 1 11:34:31 CET 2015


commit 2c71b521ddf4988b841e06677e0f39281ce5fb40
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sun Mar 1 11:34:12 2015 +0100

    - disable parallel make

 ocaml-camlp4.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/ocaml-camlp4.spec b/ocaml-camlp4.spec
index 672bab1..ce1a03b 100644
--- a/ocaml-camlp4.spec
+++ b/ocaml-camlp4.spec
@@ -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
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ocaml-camlp4.git/commitdiff/2c71b521ddf4988b841e06677e0f39281ce5fb40



More information about the pld-cvs-commit mailing list