[m-rev.] For review: Make mmake realclean cleaner.

James Goddard goddardjames at yahoo.com
Tue Feb 17 14:36:27 AEDT 2004


Estimated hours taken: 0.25
Branches: main

Make the library's mmake realclean cleaner.

library/Mmakefile:
	Get mmake realclean to remove all the mangled .class files, since these
	aren't handled automatically.


Index: Mmakefile
===================================================================
RCS file: /home/mercury1/repository/mercury/library/Mmakefile,v
retrieving revision 1.132
diff -u -d -r1.132 Mmakefile
--- Mmakefile	12 Feb 2004 02:48:26 -0000	1.132
+++ Mmakefile	17 Feb 2004 03:30:45 -0000
@@ -415,6 +415,8 @@
 	rm -f liblibrary.$A liblibrary.so library.init
 	rm -f $($(STD_LIB_NAME).mods:%=%.h)
 	rm -f tags
+	rm -f mr_int.class mr_float.class mr_char.class
+	rm -f mr_int\$$*.class mr_float\$$*.class mr_char\$$*.class
 	rm -f $(JARS) $(NATIVE_SO)
 
 #-----------------------------------------------------------------------------#
--------------------------------------------------------------------------
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