[m-dev.] trivial diff: include extras/Mmake.params in extras/*/*/Mmakefile

Fergus Henderson fjh at cs.mu.OZ.AU
Thu Apr 20 16:34:15 AEST 2000


Estimated hours taken: 0.25

Fix a problem introduced by my recent changes to tools/test_mercury
that was causing the tests of the extras stuff to fail.

extras/clpr/samples/Mmakefile:
extras/clpr/clpr/Mmakefile:
extras/trailed_update/samples/Mmakefile:
extras/trailed_update/tests/Mmakefile:
	Include Mmake.params, so that it works properly when invoked
	by tools/test_mercury.

Workspace: /home/pgrad/fjh/ws/hg
Index: extras/clpr/clpr/Mmakefile
===================================================================
RCS file: /home/mercury1/repository/clpr/clpr/Mmakefile,v
retrieving revision 1.11
diff -u -d -r1.11 Mmakefile
--- extras/clpr/clpr/Mmakefile	2000/02/07 03:41:56	1.11
+++ extras/clpr/clpr/Mmakefile	2000/04/20 06:04:12
@@ -85,3 +85,8 @@
 	rm -f clpr clpr_script libclpr.a libclpr.so
 
 #-----------------------------------------------------------------------------#
+
+# The Mmake.params file can be used to override definitions in this file
+-include ../../Mmake.params
+
+#-----------------------------------------------------------------------------#
Index: extras/clpr/samples/Mmakefile
===================================================================
RCS file: /home/mercury1/repository/clpr/samples/Mmakefile,v
retrieving revision 1.10
diff -u -d -r1.10 Mmakefile
--- extras/clpr/samples/Mmakefile	2000/02/07 05:13:12	1.10
+++ extras/clpr/samples/Mmakefile	2000/04/20 06:04:16
@@ -83,3 +83,8 @@
 realclean_local: clean
 
 #-----------------------------------------------------------------------------#
+
+# The Mmake.params file can be used to override definitions in this file
+-include ../../Mmake.params
+
+#-----------------------------------------------------------------------------#
Index: extras/trailed_update/samples/Mmakefile
===================================================================
RCS file: /home/mercury1/repository/mercury/extras/trailed_update/samples/Mmakefile,v
retrieving revision 1.11
diff -u -d -r1.11 Mmakefile
--- extras/trailed_update/samples/Mmakefile	1999/09/16 04:46:16	1.11
+++ extras/trailed_update/samples/Mmakefile	2000/04/20 06:03:13
@@ -75,3 +75,8 @@
 	rm -f *.out *.res
 
 #-----------------------------------------------------------------------------#
+
+# The Mmake.params file can be used to override definitions in this file
+-include ../../Mmake.params
+
+#-----------------------------------------------------------------------------#
Index: extras/trailed_update/tests/Mmakefile
===================================================================
RCS file: /home/mercury1/repository/mercury/extras/trailed_update/tests/Mmakefile,v
retrieving revision 1.4
diff -u -d -r1.4 Mmakefile
--- extras/trailed_update/tests/Mmakefile	1999/09/16 04:46:17	1.4
+++ extras/trailed_update/tests/Mmakefile	2000/04/20 06:03:26
@@ -65,3 +65,8 @@
 	rm -f *.out *.res
 
 #-----------------------------------------------------------------------------#
+
+# The Mmake.params file can be used to override definitions in this file
+-include ../../Mmake.params
+
+#-----------------------------------------------------------------------------#

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
WWW: <http://www.cs.mu.oz.au/~fjh>  |  of excellence is a lethal habit"
PGP: finger fjh at 128.250.37.3        |     -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-developers mailing list
Post messages to:       mercury-developers at cs.mu.oz.au
Administrative Queries: owner-mercury-developers at cs.mu.oz.au
Subscriptions:          mercury-developers-request at cs.mu.oz.au
--------------------------------------------------------------------------



More information about the developers mailing list