[m-dev.] for review: tests in samples directory.

Fergus Henderson fjh at cs.mu.OZ.AU
Wed Feb 16 17:28:03 AEDT 2000


On 10-Feb-2000, Tyson Dowd <trd at cs.mu.OZ.AU> wrote:
> Index: tests/Mmake.common
....
> +# Note: Mmake lets you override MCFLAGS for a particular file by setting
> +# MCFLAGS-foo.  Similarly, you can override GRADEFLAGS for a particular
> +# file by setting both GRADEFLAGS-foo and (for compiling the foo_init.c
> +# file) GRADEFLAGS-foo_init.

That comment is obsolete; Mmake handles that automatically now.
You only need to set `GRADEFLAGS-foo'.
I've fixed that -- see the diff below.

Apart from that, your change looks fine.

----------

Estimated hours taken: 0.25

tests/Mmake.common:
samples/tests/Mmake.common:
	Delete an obsolete comment about setting `GRADEFLAGS-foo_init'.
	That isn't needed anymore, since Mmake handles it automatically --
	you only need to set `GRADEFLAGS-foo'.

Workspace: /d-drive/home/hg/fjh/ws-hg2/mercury
Index: samples/tests/Mmake.common
===================================================================
RCS file: /home/mercury1/repository/mercury/samples/tests/Mmake.common,v
retrieving revision 1.1
diff -u -d -r1.1 Mmake.common
--- samples/tests/Mmake.common	2000/02/14 05:28:00	1.1
+++ samples/tests/Mmake.common	2000/02/16 06:23:12
@@ -3,8 +3,7 @@
 #
 # Note: Mmake lets you override MCFLAGS for a particular file by setting
 # MCFLAGS-foo.  Similarly, you can override GRADEFLAGS for a particular
-# file by setting both GRADEFLAGS-foo and (for compiling the foo_init.c
-# file) GRADEFLAGS-foo_init.
+# file by setting both GRADEFLAGS-foo.
 #
 
 # override this with `mmake HAVE_NUPROLOG=yes'
Index: tests/Mmake.common
===================================================================
RCS file: /home/mercury1/repository/tests/Mmake.common,v
retrieving revision 1.19
diff -u -d -r1.19 Mmake.common
--- tests/Mmake.common	2000/01/25 03:38:19	1.19
+++ tests/Mmake.common	2000/02/16 06:22:45
@@ -3,8 +3,7 @@
 #
 # Note: Mmake lets you override MCFLAGS for a particular file by setting
 # MCFLAGS-foo.  Similarly, you can override GRADEFLAGS for a particular
-# file by setting both GRADEFLAGS-foo and (for compiling the foo_init.c
-# file) GRADEFLAGS-foo_init.
+# file by setting both GRADEFLAGS-foo.
 #
 
 # override this with `mmake HAVE_NUPROLOG=yes'
-- 
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