[m-rev.] trivial diff: test_mercury: don't check-out GCC sources
Fergus Henderson
fjh at cs.mu.OZ.AU
Fri Oct 4 20:40:11 AEST 2002
Estimated hours taken: 0.1
Branches: main
tools/test_mercury:
Comment out the code to checkout the GCC sources, to avoid
wasting bandwidth by unnecessarily checking out the exact same
sources every time we run the tests.
Workspace: /home/ceres/fjh/mercury
Index: tools/test_mercury
===================================================================
RCS file: /home/mercury1/repository/mercury/tools/test_mercury,v
retrieving revision 1.206
diff -u -d -r1.206 test_mercury
--- tools/test_mercury 3 Oct 2002 01:35:24 -0000 1.206
+++ tools/test_mercury 4 Oct 2002 10:29:33 -0000
@@ -519,15 +519,15 @@
# Once it is done once, it will be saved in the user's
# ~/.cvspass file, so it doesn't need to be done again.
#
- # This should soon be commented out, to save bandwidth,
+ # This is commented out, to save bandwidth,
# since currently we're using a fixed snapshot
# (`-r gcc_3_2_release') anyway.
# Perhaps this should eventually change to use
# `-r gcc_latest_snapshot'.
date
- cvs -d :pserver:anoncvs at gcc.gnu.org:/cvs/gcc -z 9 \
- checkout -r gcc_3_2_release gcc || { false; exit 1; }
- date
+ #cvs -d :pserver:anoncvs at gcc.gnu.org:/cvs/gcc -z 9 \
+ # checkout -r gcc_3_2_release gcc || { false; exit 1; }
+ #date
# Link the Mercury gcc back-end interface sources
# into the appropriate place in the gcc sources
pwd
--
Fergus Henderson <fjh at cs.mu.oz.au> | "I have always known that the pursuit
The University of Melbourne | of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh> | -- the last words of T. S. Garp.
--------------------------------------------------------------------------
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