[m-rev.] diff: install the deep profiler from the binary distribution

Fergus Henderson fjh at cs.mu.OZ.AU
Mon Jul 9 19:29:18 AEST 2001


On 09-Jul-2001, Zoltan Somogyi <zs at cs.mu.OZ.AU> wrote:
> This is also for an after-the-fact review by Fergus.
> 
> Add rules for installing the deep profiler from binary distributions.
...
> +++ bindist/bindist.Makefile.in	2001/07/09 08:15:44
> +.PHONY: install_cgi_scripts
> +install_cgi_scripts: $(INSTALL_CGI_SCRIPTS)
> +	# $(INSTALL_CGI_DIR) is likely to be writeable only by root or
> +	# the www system administrator, which is why we don't consider a
> +	# failure of this action to be an error. If the command fails,
> +	# the install action in ../Mmakefile will remind the user to do
> +	# the copy later.

There's a cut-and-paste error in that; ../Mmakefile isn't relevant here.
I'll fix this one.

----------

Estimated hours taken: 0.1
Branches: main

bindist/bindist.Makefile.in:
	Fix a cut-and-paste error in a comment.

Workspace: /mnt/mars/home/mars/fjh/ws1/mercury
Index: bindist/bindist.Makefile.in
===================================================================
RCS file: /home/mercury1/repository/mercury/bindist/bindist.Makefile.in,v
retrieving revision 1.26
diff -u -d -r1.26 bindist.Makefile.in
--- bindist/bindist.Makefile.in	2001/07/09 08:32:41	1.26
+++ bindist/bindist.Makefile.in	2001/07/09 09:26:47
@@ -119,8 +119,8 @@
 	# $(INSTALL_CGI_DIR) is likely to be writeable only by root or
 	# the www system administrator, which is why we don't consider a
 	# failure of this action to be an error. If the command fails,
-	# the install action in ../Mmakefile will remind the user to do
-	# the copy later.
+	# the action for the `install' target will remind the user
+	# to do the copy later.
 	-if test $(ENABLE_DEEP_PROFILER) = yes ; then \
 		cp $(INSTALL_CGI_SCRIPTS) $(INSTALL_CGI_DIR) ; \
 	fi
-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
The University of Melbourne         |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.
--------------------------------------------------------------------------
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