[m-rev.] trivial diff: don't build asm_jump.gc on saturn
Julien Fischer
juliensf at csse.unimelb.edu.au
Mon Oct 9 16:22:45 AEST 2006
Estimated hours taken: 0
Branches: main
tools/test_mercury:
Don't build asm_jump.gc on saturn. We were only building it
in case there were problems with asm_jump.par.gc.
Don't build asm_jump.par.gc on earth - no one is using it
and building/testing it just chews up cycles unnecessarily.
Julien.
Index: test_mercury
===================================================================
RCS file: /home/mercury/mercury1/repository/mercury/tools/test_mercury,v
retrieving revision 1.304
diff -u -r1.304 test_mercury
--- test_mercury 9 Oct 2006 06:18:34 -0000 1.304
+++ test_mercury 9 Oct 2006 06:19:20 -0000
@@ -415,8 +415,7 @@
hlc.gc \
hlc.gc.tr \
hlc.par.gc \
- asm_fast.par.gc \
- asm_jump.gc"
+ asm_fast.par.gc"
;;
jupiter)
# Ensure that the nogc grades get installed and tested
@@ -433,8 +432,7 @@
asm_fast.gc.tsc \
hlc.gc \
hlc.par.gc \
- asm_fast.gc.tr.decldebug \
- asm_jump.par.gc"
+ asm_fast.gc.tr.decldebug"
;;
aral)
#
--------------------------------------------------------------------------
mercury-reviews mailing list
Post messages to: mercury-reviews at csse.unimelb.edu.au
Administrative Queries: owner-mercury-reviews at csse.unimelb.edu.au
Subscriptions: mercury-reviews-request at csse.unimelb.edu.au
--------------------------------------------------------------------------
More information about the reviews
mailing list