[m-dev.] fix install on ender

Fergus Henderson fjh at cs.mu.OZ.AU
Sun Nov 5 14:48:08 AEDT 2000


Estimated hours taken: 0.25

tools/test_mercury:
	Install the compiler on ender in /home/ender rather than
	/home/public, to avoid overwriting the one that hydra
	installs.  The two are not compatible, because the one on
	ender is configured with `--enable-new-mercuryfile-struct'.

Workspace: /home/pgrad/fjh/ws/hg
Index: tools/test_mercury
===================================================================
RCS file: /home/mercury1/repository/mercury/tools/test_mercury,v
retrieving revision 1.123
diff -u -d -r1.123 test_mercury
--- tools/test_mercury	2000/10/25 08:23:09	1.123
+++ tools/test_mercury	2000/11/05 03:45:39
@@ -105,8 +105,10 @@
 DIR=$TESTDIR/test_dirs/$HOST
 
 case $HOST in
-	hg)	INSTALL_DIR=/home/hg/public/mercury-latest/$FULLARCH ;;
-	*)	INSTALL_DIR=/home/mercury/public/mercury-latest/$FULLARCH ;;
+	hg|ender)	
+		INSTALL_DIR=/home/$HOST/public/mercury-latest/$FULLARCH ;;
+	*)		
+		INSTALL_DIR=/home/mercury/public/mercury-latest/$FULLARCH ;;
 esac
 
 BETA_FTPHOST=ftp.mercury.cs.mu.oz.au

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
                                    |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-developers mailing list
Post messages to:       mercury-developers at cs.mu.oz.au
Administrative Queries: owner-mercury-developers at cs.mu.oz.au
Subscriptions:          mercury-developers-request at cs.mu.oz.au
--------------------------------------------------------------------------



More information about the developers mailing list