[m-rev.] trivial diff: delete java mercury directories
Julien Fischer
juliensf at csse.unimelb.edu.au
Fri Jun 12 21:52:09 AEST 2009
Clean up the mercury subdirectories used by the Java backend.
browser/Mmakefile:
compiler/Mmakefile:
deep_profiler/Mmakefile:
library/Mmakefile:
profiler/Mmakefile:
slice/Mmakefile:
ssdb/Mmakefile:
Delete any mercury directories.
Index: browser/Mmakefile
===================================================================
RCS file: /home/mercury/mercury1/repository/mercury/browser/Mmakefile,v
retrieving revision 1.53
diff -u -r1.53 Mmakefile
--- browser/Mmakefile 3 Oct 2007 12:11:53 -0000 1.53
+++ browser/Mmakefile 12 Jun 2009 11:35:45 -0000
@@ -262,6 +262,7 @@
realclean_local:
rm -f Mercury.modules tags MDB_FLAGS MDB_FLAGS.date
+ rm -rf mercury
#-----------------------------------------------------------------------------#
Index: compiler/Mmakefile
===================================================================
RCS file: /home/mercury/mercury1/repository/mercury/compiler/Mmakefile,v
retrieving revision 1.101
diff -u -r1.101 Mmakefile
--- compiler/Mmakefile 23 Dec 2008 01:37:29 -0000 1.101
+++ compiler/Mmakefile 12 Jun 2009 11:36:17 -0000
@@ -326,6 +326,7 @@
realclean_local:
rm -f tags $(MC_PROG).stats Mercury.modules \
COMP_FLAGS COMP_FLAGS.date mercury_compile$(EXT_FOR_EXE)
+ rm -rf mercury
#-----------------------------------------------------------------------------#
#-----------------------------------------------------------------------------#
Index: deep_profiler/Mmakefile
===================================================================
RCS file: /home/mercury/mercury1/repository/mercury/deep_profiler/Mmakefile,v
retrieving revision 1.29
diff -u -r1.29 Mmakefile
--- deep_profiler/Mmakefile 23 Jul 2008 23:20:34 -0000 1.29
+++ deep_profiler/Mmakefile 12 Jun 2009 11:36:01 -0000
@@ -185,6 +185,7 @@
realclean_local:
rm -f .deep_tags tags DEEP_FLAGS DEEP_FLAGS.date \
$(MDBCOMP_MODULES) mdbcomp.*.err
+ rm -rf mercury
#-----------------------------------------------------------------------------#
Index: library/Mmakefile
===================================================================
RCS file: /home/mercury/mercury1/repository/mercury/library/Mmakefile,v
retrieving revision 1.158
diff -u -r1.158 Mmakefile
--- library/Mmakefile 1 Jun 2009 10:29:01 -0000 1.158
+++ library/Mmakefile 12 Jun 2009 11:21:23 -0000
@@ -443,7 +443,8 @@
rm -f liblibrary.$A liblibrary.so library.init
rm -f $($(STD_LIB_NAME).mods:%=%.h)
rm -f tags LIB_FLAGS LIB_FLAGS.date
- rm -f mercury runtime
+ rm -f runtime
+ rm -rf mercury
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)
Index: profiler/Mmakefile
===================================================================
RCS file: /home/mercury/mercury1/repository/mercury/profiler/Mmakefile,v
retrieving revision 1.31
diff -u -r1.31 Mmakefile
--- profiler/Mmakefile 5 Dec 2007 05:38:55 -0000 1.31
+++ profiler/Mmakefile 12 Jun 2009 11:34:59 -0000
@@ -84,6 +84,7 @@
realclean_local:
rm -f tags PROF_FLAGS PROF_FLAGS.date
+ rm -rf mercury
#-----------------------------------------------------------------------------#
Index: slice/Mmakefile
===================================================================
RCS file: /home/mercury/mercury1/repository/mercury/slice/Mmakefile,v
retrieving revision 1.16
diff -u -r1.16 Mmakefile
--- slice/Mmakefile 23 Jul 2008 23:20:35 -0000 1.16
+++ slice/Mmakefile 12 Jun 2009 11:34:08 -0000
@@ -165,6 +165,7 @@
realclean_local:
rm -f tags SLICE_FLAGS SLICE_FLAGS.date \
$(MDBCOMP_MODULES) mdbcomp.*.err
+ rm -rf mercury
#-----------------------------------------------------------------------------#
Index: ssdb/Mmakefile
===================================================================
RCS file: /home/mercury/mercury1/repository/mercury/ssdb/Mmakefile,v
retrieving revision 1.2
diff -u -r1.2 Mmakefile
--- ssdb/Mmakefile 12 Nov 2007 02:20:25 -0000 1.2
+++ ssdb/Mmakefile 12 Jun 2009 11:34:44 -0000
@@ -262,6 +262,7 @@
realclean_local:
rm -f Mercury.modules tags SSDB_FLAGS SSDB_FLAGS.date
+ rm -rf mercury
#-----------------------------------------------------------------------------#
--------------------------------------------------------------------------
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