trivial diff: fix tests/debugger/Mmakefile
Fergus Henderson
fjh at cs.mu.OZ.AU
Sat Mar 20 17:49:28 AEDT 1999
Estimated hours taken: 0.1
tests/debugger/Mmakefile:
Add `MLFLAGS=--trace', since my earlier change to
`scripts/ml.in' means that this is now required.
Index: tests/debugger/Mmakefile
===================================================================
RCS file: /home/mercury1/repository/tests/debugger/Mmakefile,v
retrieving revision 1.16
diff -u -r1.16 Mmakefile
--- Mmakefile 1999/01/05 17:09:24 1.16
+++ Mmakefile 1999/03/20 06:48:10
@@ -25,7 +25,8 @@
queens
MCFLAGS = --trace deep
-C2INITFLAGS = -t
+MLFLAGS = --trace
+C2INITFLAGS = --trace
# Base grades `jump' and `fast' cannot be used with
# stack layouts (which are required for tracing).
--
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.
More information about the developers
mailing list