[m-rev.] diff: fix 0.11 branch install_cgi_scripts bug

Fergus Henderson fjh at cs.mu.OZ.AU
Thu Nov 28 03:46:57 AEDT 2002


Zoltan's recent commit on the release branch seems to have touched a lot of
files which were not mentioned in the log message:

	NEWS
	bindist/Mmakefile
	bindist/bindist.Makefile.in
	doc/user_guide.texi
	library/io.m
	scripts/Mmakefile
	runtime/mercury_conf_param.h

Many of these changes seem to have been committed only on the release
branch, not on the main branch.  I don't think they were posted
for review.  (The closest I can find is "Changes to the installation
procedures for the deep profiler will come later.")
They also cause `mmake install' to fail.

Zoltan, could you please post the diffs of these files for review,
and commit them on the main branch?  Or alternatively, back out these
changes?

Anyway, I'll go ahead and commit the following change,
which should hopefully fix the problem with `mmake install'.

---------- 

Estimated hours taken: 0.75
Branches: release

scripts/Mmakefile:
	Fix a bug introduced in Zoltan's recent change to the release branch:
	delete a reference to the "install_cgi_scripts" target, since that
	target no longer exists.

Workspace: /home/mars/fjh/ws1/mercury
Index: scripts/Mmakefile
===================================================================
RCS file: /home/mercury1/repository/mercury/scripts/Mmakefile,v
retrieving revision 1.27.2.1
diff -u -d -r1.27.2.1 Mmakefile
--- scripts/Mmakefile	25 Nov 2002 00:27:44 -0000	1.27.2.1
+++ scripts/Mmakefile	27 Nov 2002 16:23:54 -0000
@@ -48,7 +48,7 @@
 
 .PHONY: install
 install: install_mmake install_scripts \
-	install_debugger_scripts install_emacs_scripts install_cgi_scripts
+	install_debugger_scripts install_emacs_scripts
 
 .PHONY: install_dirs
 install_dirs:

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