diff: s/mercury/quicksilver/
Fergus Henderson
fjh at cs.mu.OZ.AU
Mon Mar 1 16:35:22 AEDT 1999
tools/test_mercury:
tools/run_all_tests_from_cron:
Change the machine name `mercury' to `quicksilver'.
Index: tools/run_all_tests_from_cron
===================================================================
RCS file: /home/mercury1/repository/mercury/tools/run_all_tests_from_cron,v
retrieving revision 1.14
diff -u -r1.14 run_all_tests_from_cron
--- run_all_tests_from_cron 1998/11/09 10:30:08 1.14
+++ run_all_tests_from_cron 1999/03/01 05:28:14
@@ -31,7 +31,7 @@
taifun) ARCH=sparc FULLARCH=sparc-sun-solaris2.6 ;;
murlibobo) ARCH=alpha FULLARCH=alpha-dec-osf3.2 ;;
mundook) ARCH=alpha FULLARCH=alpha-dec-osf3.2 ;;
- mercury) ARCH=i586 FULLARCH=i586-pc-linux-gnu ;;
+ quicksilver) ARCH=i586 FULLARCH=i586-pc-linux-gnu ;;
hydra) ARCH=i686 FULLARCH=i686-pc-linux-gnu ;;
*) echo "$0: unknown HOST $HOST" 1>&2; exit 1 ;;
esac
Index: tools/test_mercury
===================================================================
RCS file: /home/mercury1/repository/mercury/tools/test_mercury,v
retrieving revision 1.90
diff -u -r1.90 test_mercury
--- test_mercury 1999/02/11 12:48:32 1.90
+++ test_mercury 1999/03/01 05:32:33
@@ -53,7 +53,7 @@
murlibobo) OPTIMIZE=-O5 ;;
kryten) OPTIMIZE=-O1 ;;
taifun) OPTIMIZE=-O1 ;;
- mercury) OPTIMIZE=-O3 ;;
+ quicksilver) OPTIMIZE=-O3 ;;
hydra) OPTIMIZE=-O2 ;;
muse) OPTIMIZE=-O0 ;;
munta) OPTIMIZE=-O0 ;;
@@ -94,7 +95,7 @@
mundook) PARALLEL=-j1 ;; # out of two CPUs
murlibobo) PARALLEL=-j6 ;; # out of eight CPUs
hydra) PARALLEL=-j2 ;; # out of two CPUs
- mercury) PARALLEL= ;; # one CPU
+ quicksilver) PARALLEL= ;; # one CPU
*) PARALLEL= ;;
esac
@@ -171,7 +172,7 @@
cd $DIR || { false; exit 1; }
cvs checkout $CHECKOUT_OPTS mercury tests || { false; exit 1; }
case $HOST in
- murlibobo|kryten|mercury|hydra)
+ murlibobo|kryten|quicksilver|hydra)
(cd mercury/extras && cvs checkout $CHECKOUT_OPTS clpr) ||
{ false; exit 1; }
;;
@@ -295,7 +296,7 @@
kryten|murlibobo)
GRADES="asm_fast.gc.tr asm_fast.tr"
;;
- mercury|hydra)
+ quicksilver|hydra)
GRADES="asm_fast.gc.tr"
;;
*)
@@ -417,7 +418,7 @@
GRADES="reg.gc asm_fast asm_fast.gc
reg.gc.prof asm_fast.gc.prof"
;;
- mercury|hydra)
+ quicksilver|hydra)
GRADES="asm_fast.gc asm_fast \
asm_fast.gc.prof asm_fast.prof"
;;
--
Fergus Henderson <fjh at cs.mu.oz.au> | "Binaries may die
WWW: <http://www.cs.mu.oz.au/~fjh> | but source code lives forever"
PGP: finger fjh at 128.250.37.3 | -- leaked Microsoft memo.
More information about the developers
mailing list