ocaml: Disable parallel make
authorKeir Fraser <keir.fraser@citrix.com>
Mon, 17 May 2010 09:54:46 +0000 (10:54 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Mon, 17 May 2010 09:54:46 +0000 (10:54 +0100)
There seem to be multiple dependency issues when building oxenstored.

Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
tools/ocaml/Makefile.rules

index ee06b736749920f63ec5c57383220b45d39c4c03..a4fb7c4868fc583f0baa56562647b1b02fc68412 100644 (file)
@@ -14,6 +14,8 @@ else
   Q = @
 endif
 
+.NOTPARALLEL:
+
 ALL_OCAML_OBJS ?= $(OBJS)
 
 %.cmo: %.ml