[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] More .NOTPARALLEL in tools/ocaml
tools/ocaml was capable of descending into lib/* and xenstored/ simultaneously, obviously with poor results. Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> diff -r 31708477f0a9 tools/ocaml/Makefile --- a/tools/ocaml/Makefile Mon Jun 21 09:59:10 2010 +0100 +++ b/tools/ocaml/Makefile Tue Jun 22 14:52:10 2010 +0100 @@ -9,6 +9,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 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |