[m-rev.] realclean mercury_compile
Zoltan Somogyi
zs at cs.mu.OZ.AU
Wed Mar 26 18:03:46 AEDT 2003
For review by anyone.
Zoltan.
compiler/Mmakefile:
Now that mercury_compile is only a hard link to top_level, it does not
appear in the automatically created realclean rule in top_level.dep.
We therefore have to delete it in the realclean_local rule in
Mmakefile.
Index: Mmakefile
===================================================================
RCS file: /home/mercury1/repository/mercury/compiler/Mmakefile,v
retrieving revision 1.72
diff -u -b -r1.72 Mmakefile
--- Mmakefile 11 Mar 2003 13:52:54 -0000 1.72
+++ Mmakefile 26 Mar 2003 07:00:29 -0000
@@ -304,7 +304,8 @@
rm -f ../main.$O $(PREPROCESSED_M_FILES) $(PP_DATE_FILES)
realclean_local:
- rm -f tags $(MC_PROG).stats Mercury.modules
+ rm -f tags $(MC_PROG).stats Mercury.modules \
+ mercury_compile$(EXT_FOR_EXE)
#-----------------------------------------------------------------------------#
#-----------------------------------------------------------------------------#
--------------------------------------------------------------------------
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