[m-rev.] trivial diff: install mdprof_test and mdprof_dump
Julien Fischer
juliensf at csse.unimelb.edu.au
Mon Oct 9 15:56:04 AEST 2006
Estimated hours taken: 0.1
Branches: main
deep_profiler/Mmakefile:
Install mdprof_test and mdprof_dump - it is useful to have them
available when trying to isolate bugs in the deep profiler.
Julien.
Index: Mmakefile
===================================================================
RCS file: /home/mercury/mercury1/repository/mercury/deep_profiler/Mmakefile,v
retrieving revision 1.16
diff -u -r1.16 Mmakefile
--- Mmakefile 16 Dec 2005 05:49:39 -0000 1.16
+++ Mmakefile 9 Oct 2006 05:52:09 -0000
@@ -164,9 +164,16 @@
# We also install mdprof_cgi in $(INSTALL_MERC_BIN_DIR).
# This is done just so that it can easily get put in the
# binary distribution (even if the step above failed).
+ # It's useful for mdprof_test and mdprof_dump to avaiable when
+ # debugging problems with the deep profiler so we install them as
+ # well.
-[ -d $(INSTALL_MERC_BIN_DIR) ] || mkdir -p $(INSTALL_MERC_BIN_DIR)
cp `vpath_find mdprof_cgi$(EXT_FOR_EXE)` \
$(INSTALL_MERC_BIN_DIR)/mdprof_cgi
+ cp `vpath_find mdprof_test$(EXT_FOR_EXE)` \
+ $(INSTALL_MERC_BIN_DIR)/mdprof_test
+ cp `vpath_find mdprof_dump$(EXT_FOR_EXE)` \
+ $(INSTALL_MER_BIN_DIR)/mdprof_dump
uninstall:
# We try to uninstall mdprof_cgi, but failure to do so is not an
--------------------------------------------------------------------------
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