[m-rev.] trivial diff: add .PRECIOUS rule to tests/Mmake.common

Simon Taylor stayl at cs.mu.OZ.AU
Tue Jan 21 17:15:28 AEDT 2003


Estimated hours taken: 0.1
Branches: main, release

tests/Mmake.common:
	Add `.PRECIOUS: %.res %.err_res %.out %.err',
	so that files matching those patterns aren't
	removed except by `mmake realclean'.

Index: Mmake.common
===================================================================
RCS file: /home/mercury1/repository/tests/Mmake.common,v
retrieving revision 1.39
diff -u -u -r1.39 Mmake.common
--- Mmake.common	16 Jan 2003 04:51:07 -0000	1.39
+++ Mmake.common	20 Jan 2003 12:31:37 -0000
@@ -75,9 +75,7 @@
 
 #-----------------------------------------------------------------------------#
 
-# .PRECIOUS: %.c %.o %_init.c
-
-%_init.c: Entry
+.PRECIOUS: %.res %.err_res %.out %.err
 
 #
 # If there is a `.inp' file, then we pipe that in as the command's input.
--------------------------------------------------------------------------
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