From 966067bc40ff5f152572e4d3160fede6d6bd1b3a Mon Sep 17 00:00:00 2001 From: Mark Brand Date: Tue, 30 Oct 2012 23:26:45 +0100 Subject: package ocaml-native: disable parallel building due to failures --- src/ocaml-native.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ocaml-native.mk b/src/ocaml-native.mk index c795400..6cfa58c 100644 --- a/src/ocaml-native.mk +++ b/src/ocaml-native.mk @@ -25,7 +25,7 @@ define $(PKG)_BUILD -no-tk \ -no-shared-libs \ -verbose - $(MAKE) -C '$(1)' -j '$(JOBS)' world opt + $(MAKE) -C '$(1)' -j 1 world opt $(SED) -i "s,@target@,$(TARGET),g" $(1)/ocamlbuild/options.ml $(SED) -i "s,@target@,$(TARGET),g" $(1)/ocamlbuild/findlib.ml $(MAKE) -C '$(1)' -j '$(JOBS)' ocamlbuild.native -- cgit v0.12