[m-rev.] trivial diff: fix parallel build problem

Julien Fischer juliensf at csse.unimelb.edu.au
Fri Jun 15 23:32:39 AEST 2007


Estimated hours taken: 0.1
Branches: main

Fix a problem with parallel builds.

Mmakefile:
 	Make the util directory depend upon the runtime directory in order
 	to avoid problems with mercury_conf.h being out of date.

Julien.

Index: Mmakefile
===================================================================
RCS file: /home/mercury/mercury1/repository/mercury/Mmakefile,v
retrieving revision 1.122
diff -u -r1.122 Mmakefile
--- Mmakefile	4 Jun 2007 09:17:11 -0000	1.122
+++ Mmakefile	15 Jun 2007 13:13:35 -0000
@@ -209,7 +209,7 @@
  all: $(GENERATED_DOCS) mercury-compiler.spec $(SUBDIRS)

  .PHONY: util
-util: scripts
+util: scripts runtime
  	+cd util && $(SUBDIR_MMAKE)

  .PHONY: scripts


--------------------------------------------------------------------------
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