changeset 2837:efb8519157c2

package ocaml-native: disable parallel building due to failures
author Mark Brand <mabrand@mabrand.nl>
date Tue, 30 Oct 2012 23:26:45 +0100
parents 5ebcd132140a
children e1a8935c0ee6
files src/ocaml-native.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ocaml-native.mk	Thu Oct 04 14:48:27 2012 +0200
+++ b/src/ocaml-native.mk	Tue Oct 30 23:26:45 2012 +0100
@@ -25,7 +25,7 @@
 		-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