projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f5a16e
)
tools/ocaml: Add .NOTPARALLEL to Makefile
author
Ian Jackson
<Ian.Jackson@eu.citrix.com>
Mon, 28 Jun 2010 16:35:10 +0000
(17:35 +0100)
committer
Ian Jackson
<Ian.Jackson@eu.citrix.com>
Mon, 28 Jun 2010 16:35:10 +0000
(17:35 +0100)
tools/ocaml was capable of descending into lib/* and xenstored/
simultaneously, obviously with poor results.
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/ocaml/Makefile
patch
|
blob
|
history
diff --git
a/tools/ocaml/Makefile
b/tools/ocaml/Makefile
index 2a36e7bc8cc1ee2652d8d30a844b305057b5c837..36e5f9e320239f78b361133d5047fded15f1ca75 100644
(file)
--- a/
tools/ocaml/Makefile
+++ b/
tools/ocaml/Makefile
@@
-10,6
+10,10
@@
SUBDIRS_PROGRAMS = xenstored
SUBDIRS = $(SUBDIRS_LIBS) $(SUBDIRS_PROGRAMS)
+.NOTPARALLEL:
+# targets here must be run in order, otherwise we can try
+# to build programs before the libraries are done
+
.PHONY: all
all: build