aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ocaml/Makefile
diff options
context:
space:
mode:
authorIan Jackson <Ian.Jackson@eu.citrix.com>2010-06-28 17:35:10 +0100
committerIan Jackson <Ian.Jackson@eu.citrix.com>2010-06-28 17:35:10 +0100
commit7bbf69bc87fec719c1dab9b40e6d156d0e8b1d6e (patch)
tree074551945aa77ea7464d800ff8950100adab4242 /tools/ocaml/Makefile
parent4f5a16eb5cc213d9a04bee0c815e7496387e1bd4 (diff)
downloadxen-7bbf69bc87fec719c1dab9b40e6d156d0e8b1d6e.tar.gz
xen-7bbf69bc87fec719c1dab9b40e6d156d0e8b1d6e.tar.bz2
xen-7bbf69bc87fec719c1dab9b40e6d156d0e8b1d6e.zip
tools/ocaml: Add .NOTPARALLEL to Makefile
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>
Diffstat (limited to 'tools/ocaml/Makefile')
-rw-r--r--tools/ocaml/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/ocaml/Makefile b/tools/ocaml/Makefile
index 2a36e7bc8c..36e5f9e320 100644
--- 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