|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] tools/ocaml: Add .NOTPARALLEL to Makefile
# HG changeset patch
# User Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx>
# Date 1277742910 -3600
# Node ID 83638d735b9710504197c077a44c117d4facd082
# Parent 408b0b6768fc7a789c032d40d48cd7ecb2042904
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@xxxxxxxxxxxxx>
---
tools/ocaml/Makefile | 4 ++++
1 files changed, 4 insertions(+)
diff -r 408b0b6768fc -r 83638d735b97 tools/ocaml/Makefile
--- a/tools/ocaml/Makefile Mon Jun 28 17:13:43 2010 +0100
+++ b/tools/ocaml/Makefile Mon Jun 28 17:35:10 2010 +0100
@@ -9,6 +9,10 @@ SUBDIRS_PROGRAMS = xenstored
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-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] [xen-unstable] tools/ocaml: Add .NOTPARALLEL to Makefile,
Xen patchbot-unstable <=
|
|
|
|
|