[m-rev.] diff: fix java installation bug

Fergus Henderson fjh at cs.mu.OZ.AU
Fri Feb 20 10:09:24 AEDT 2004


Estimated hours taken: 0.25
Branches: main

runtime/Mmakefile:
	Fix a cut-and-paste error in the rules for grade java, and add some comments.

Workspace: /home/jupiter/fjh/ws-jupiter/mercury
Index: runtime/Mmakefile
===================================================================
RCS file: /home/mercury1/repository/mercury/runtime/Mmakefile,v
retrieving revision 1.108
diff -u -d -r1.108 Mmakefile
--- runtime/Mmakefile	14 Nov 2003 06:40:59 -0000	1.108
+++ runtime/Mmakefile	19 Feb 2004 23:07:57 -0000
@@ -363,7 +363,10 @@
 
 ifeq ($(findstring java,$(GRADE)),java)        
 
-# For grade java, there's nothing to do
+# For grade java, there's nothing to do.
+# (The java version of the Mercury runtime is in mercury/java/runtime,
+# not mercury/runtime, and its build and installation is handled by
+# mercury/library/Mmakefile.)
 
 .PHONY: install_headers 
 install_headers:
@@ -371,8 +374,8 @@
 .PHONY: install_init 
 install_init:
 
-.PHONY: install_init 
-install_init:
+.PHONY: install_lib 
+install_lib:
 
 else
 ifeq ($(findstring il,$(GRADE)),il)        

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