[m-rev.] diff: clean up symbolic links used by java grade

Julien Fischer juliensf at students.cs.mu.OZ.AU
Tue Feb 17 14:03:59 AEDT 2004


Estimated hours taken: 0.1
Branches: main

Make sure that mmake realclean cleans up the symbolic links used
by the library in the java grade.

library/Mmakefile:
	Make sure the realclean target removes the symbolic links
	introduced by the java grade.

Index: Mmakefile
===================================================================
RCS file: /home/mercury1/repository/mercury/library/Mmakefile,v
retrieving revision 1.132
diff -u -r1.132 Mmakefile
--- Mmakefile	12 Feb 2004 02:48:26 -0000	1.132
+++ Mmakefile	17 Feb 2004 02:59:10 -0000
@@ -416,6 +416,7 @@
 	rm -f $($(STD_LIB_NAME).mods:%=%.h)
 	rm -f tags
 	rm -f $(JARS) $(NATIVE_SO)
+	rm -f mercury runtime

 #-----------------------------------------------------------------------------#


--------------------------------------------------------------------------
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