projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bfefce
)
ocaml: Disable parallel make
author
Keir Fraser
<keir.fraser@citrix.com>
Mon, 17 May 2010 09:54:46 +0000
(10:54 +0100)
committer
Keir 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
patch
|
blob
|
history
diff --git
a/tools/ocaml/Makefile.rules
b/tools/ocaml/Makefile.rules
index ee06b736749920f63ec5c57383220b45d39c4c03..a4fb7c4868fc583f0baa56562647b1b02fc68412 100644
(file)
--- a/
tools/ocaml/Makefile.rules
+++ b/
tools/ocaml/Makefile.rules
@@
-14,6
+14,8
@@
else
Q = @
endif
+.NOTPARALLEL:
+
ALL_OCAML_OBJS ?= $(OBJS)
%.cmo: %.ml