[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] ocaml: Disable parallel make
# HG changeset patch # User Keir Fraser <keir.fraser@xxxxxxxxxx> # Date 1274090086 -3600 # Node ID c2b9eec52398f39a06d54b8a6fa0d0e1ed544abd # Parent 80ff89b093895baca5f8689455c4d46abae245eb ocaml: Disable parallel make There seem to be multiple dependency issues when building oxenstored. Signed-off-by: Keir Fraser <keir.fraser@xxxxxxxxxx> --- tools/ocaml/Makefile.rules | 2 ++ 1 files changed, 2 insertions(+) diff -r 80ff89b09389 -r c2b9eec52398 tools/ocaml/Makefile.rules --- a/tools/ocaml/Makefile.rules Sat May 15 09:22:55 2010 +0100 +++ b/tools/ocaml/Makefile.rules Mon May 17 10:54:46 2010 +0100 @@ -13,6 +13,8 @@ else E = @echo Q = @ endif + +.NOTPARALLEL: ALL_OCAML_OBJS ?= $(OBJS) _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |