[m-rev.] trivial diff: fix tests/recompilation cleanup

Simon Taylor stayl at cs.mu.OZ.AU
Fri Jan 24 18:34:16 AEDT 2003


Estimated hours taken: 0.1
Branches: main

tests/recompilation/Mmakefile:
	Remove the generated `.m' files.

Index: Mmakefile
===================================================================
RCS file: /home/mercury1/repository/tests/recompilation/Mmakefile,v
retrieving revision 1.10
retrieving revision 1.12
diff -u -u -r1.10 -r1.12
--- Mmakefile	12 Jan 2003 22:33:29 -0000	1.10
+++ Mmakefile	24 Jan 2003 07:33:37 -0000	1.12
@@ -88,8 +88,8 @@
 clean_local:
 
 realclean_local:
-	for module in $$PROGS; do \
-		rm -rf $$module.m $${module}_2.m ;\
+	for module in $(PROGS) x; do \
+		rm -f $$module.m $${module}_2.m ;\
 	done
 
 should_run_recompilation_tests:
--------------------------------------------------------------------------
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