tools/ocaml: Add .NOTPARALLEL to Makefile
authorIan Jackson <Ian.Jackson@eu.citrix.com>
Mon, 28 Jun 2010 16:35:10 +0000 (17:35 +0100)
committerIan 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

index 2a36e7bc8cc1ee2652d8d30a844b305057b5c837..36e5f9e320239f78b361133d5047fded15f1ca75 100644 (file)
@@ -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