[m-rev.] diff: minor fixes to tests/dppd/Mmakefile

Fergus Henderson fjh at cs.mu.OZ.AU
Wed Jan 22 11:50:28 AEDT 2003


Estimated hours taken: 0.25
Branches: main

tests/dppd/Mmakefile:
	Delete the `clean' and `realclean' targets.  They are not needed,
	since they are provided automatically by Mmake.rules,
	and the definition here causes problems if you try to
	run `mmake realclean' twice in a row.

	Also, don't override the setting of MCFLAGS in Mmake.workspace.

Workspace: /home/ceres/fjh/mercury
Index: tests/dppd/Mmakefile
===================================================================
RCS file: /home/mercury1/repository/tests/dppd/Mmakefile,v
retrieving revision 1.6
diff -u -d -r1.6 Mmakefile
--- tests/dppd/Mmakefile	12 Jan 2003 22:33:05 -0000	1.6
+++ tests/dppd/Mmakefile	22 Jan 2003 00:47:56 -0000
@@ -21,11 +21,8 @@
 
 run.runtest: run.res
 
-MCFLAGS=#--pd --no-inlining -d 35 -D petdr #-d 99
+#MCFLAGS += --pd --no-inlining -d 35 -D petdr #-d 99
 #GRADE=asm_fast.gc.prof
-#MLFLAGS=--static
+#MLFLAGS += --static
 
-clean:	run.clean
-realclean:	run.realclean
 depend:	run.depend
-

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
The University of Melbourne         |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-reviews mailing list
post:  mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe:   Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------



More information about the reviews mailing list