aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ocaml/Makefile.rules
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2010-05-17 10:54:46 +0100
committerKeir Fraser <keir.fraser@citrix.com>2010-05-17 10:54:46 +0100
commitf061878fab56a865b24af3f739194f593e2ee603 (patch)
tree495f0915210f450480d59e89f092391f3f6919da /tools/ocaml/Makefile.rules
parent0bfefcee0d574154495fa81ad7e4f69a4ca5c1a1 (diff)
downloadxen-f061878fab56a865b24af3f739194f593e2ee603.tar.gz
xen-f061878fab56a865b24af3f739194f593e2ee603.tar.bz2
xen-f061878fab56a865b24af3f739194f593e2ee603.zip
ocaml: Disable parallel make
There seem to be multiple dependency issues when building oxenstored. Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'tools/ocaml/Makefile.rules')
-rw-r--r--tools/ocaml/Makefile.rules2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/ocaml/Makefile.rules b/tools/ocaml/Makefile.rules
index ee06b73674..a4fb7c4868 100644
--- a/tools/ocaml/Makefile.rules
+++ b/tools/ocaml/Makefile.rules
@@ -14,6 +14,8 @@ else
Q = @
endif
+.NOTPARALLEL:
+
ALL_OCAML_OBJS ?= $(OBJS)
%.cmo: %.ml