[m-dev.] trivial diff: use asm_fast.par.gc instead of asm_fast.gc.par

Tyson Dowd trd at cs.mu.OZ.AU
Wed Aug 16 18:14:48 AEST 2000


Hi,


===================================================================


Estimated hours taken: 0.3

make install assumes the grade you give it is canonical.

tools/test_mercury:
	Install asm_fast.par.gc (not asm_fast.gc.par!) on hg.
	This is the canonical ordering.


Index: tools/test_mercury
===================================================================
RCS file: /home/mercury1/repository/mercury/tools/test_mercury,v
retrieving revision 1.115
diff -u -r1.115 test_mercury
--- tools/test_mercury	2000/08/14 01:37:01	1.115
+++ tools/test_mercury	2000/08/16 08:12:38
@@ -322,7 +322,7 @@
 	# If you want to add extra grades to install on specific hosts,
 	# do it here.
     case $HOST in
-    	hg)	mmake install_grades LIBGRADES="asm_fast.gc.par" || status=1
+    	hg)	mmake install_grades LIBGRADES="asm_fast.par.gc" || status=1
 		;;
 	*)
 		;;


-- 
       Tyson Dowd           # 
                            #  Surreal humour isn't everyone's cup of fur.
     trd at cs.mu.oz.au        # 
http://www.cs.mu.oz.au/~trd #
--------------------------------------------------------------------------
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