[m-rev.] trivial diff: avoid problems at -j4 on some machines
Julien Fischer
juliensf at csse.unimelb.edu.au
Mon May 2 21:06:50 AEST 2011
Branches: main, 11.01
Workaround a problem that was causing parallel builds to break on some
machines at -j4.
Mmakefile:
Make the robdd target depend on the runtime target.
Julien.
Index: Mmakefile
===================================================================
RCS file: /home/mercury/mercury1/repository/mercury/Mmakefile,v
retrieving revision 1.143
diff -u -r1.143 Mmakefile
--- Mmakefile 21 Dec 2010 07:04:24 -0000 1.143
+++ Mmakefile 2 May 2011 11:00:35 -0000
@@ -248,7 +248,7 @@
+cd runtime && $(SUBDIR_MMAKE)
.PHONY: robdd
-robdd: scripts boehm_gc
+robdd: scripts boehm_gc runtime
cd robdd && $(SUBDIR_MMAKE)
.PHONY: library
--------------------------------------------------------------------------
mercury-reviews mailing list
Post messages to: mercury-reviews at csse.unimelb.edu.au
Administrative Queries: owner-mercury-reviews at csse.unimelb.edu.au
Subscriptions: mercury-reviews-request at csse.unimelb.edu.au
--------------------------------------------------------------------------
More information about the reviews
mailing list