[m-rev.] diff: remove copied mdbcomp files from slice directory on realclean

Ian MacLarty maclarty at csse.unimelb.edu.au
Tue Oct 24 13:40:09 AEST 2006


Estimated hours taken: 0.1
Branches: main

slice/Mmakefile:
	Remove modules copied from mdbcomp on realclean.

Index: slice/Mmakefile
===================================================================
RCS file: /home/mercury1/repository/mercury/slice/Mmakefile,v
retrieving revision 1.8
diff -u -r1.8 Mmakefile
--- slice/Mmakefile	16 Oct 2006 07:06:08 -0000	1.8
+++ slice/Mmakefile	24 Oct 2006 02:06:38 -0000
@@ -148,7 +148,8 @@
 #-----------------------------------------------------------------------------#
 
 realclean_local:
-	rm -f tags SLICE_FLAGS SLICE_FLAGS.date
+	rm -f tags SLICE_FLAGS SLICE_FLAGS.date mdbcomp.*.err \
+		$(MDBCOMP_MODULES)
 
 #-----------------------------------------------------------------------------#
 
--------------------------------------------------------------------------
mercury-reviews mailing list
Post messages to:       mercury-reviews at csse.unimelb.edu.au
Administrative Queries: owner-mercury-reviews at csse.unimelb.edu.au
Subscriptions:          mercury-reviews-request at csse.unimelb.edu.au
--------------------------------------------------------------------------



More information about the reviews mailing list