From: Keir Fraser Date: Mon, 17 May 2010 09:54:46 +0000 (+0100) Subject: ocaml: Disable parallel make X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~12142 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f061878fab56a865b24af3f739194f593e2ee603;p=xen.git ocaml: Disable parallel make There seem to be multiple dependency issues when building oxenstored. Signed-off-by: Keir Fraser --- 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