[m-rev.] trivial diff: don't install il grades on machines with Portable.NET

Julien Fischer juliensf at cs.mu.OZ.AU
Mon Feb 6 16:12:04 AEDT 2006


Estimated hours taken: 0
Branches: main

tools/test_mercury:
	Make sure we don't try and install the il grade on the Linux machines
	that have Portable.NET installed.  Eventually we would like to do this
	but it doesn't work at the moment :-(

Julien.

Index: test_mercury
===================================================================
RCS file: /home/mercury1/repository/mercury/tools/test_mercury,v
retrieving revision 1.284
diff -u -r1.284 test_mercury
--- test_mercury	30 Jan 2006 04:30:49 -0000	1.284
+++ test_mercury	6 Feb 2006 05:01:49 -0000
@@ -404,7 +404,7 @@
 					asm_fast.gc.tr.debug"
 		;;
 	saturn)
-		CONFIG_OPTS=""
+		CONFIG_OPTS="--disable-dotnet-grades"
 		INSTALL_LIBGRADES="asm_fast.gc			\
 					asm_fast.gc.decldebug	\
 					asm_fast.gc.memprof	\
@@ -424,7 +424,7 @@
 		CONFIG_OPTS="--disable-java-grade --enable-nogc-grades"
 		;;
 	earth)
-		CONFIG_OPTS=""
+		CONFIG_OPTS="--disable-dotnet-grades"
 		INSTALL_LIBGRADES="asm_fast.gc		\
 				asm_fast.gc.tr		\
 				asm_fast.gc.debug.tr 	\

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