[m-dev.] trivial diff: tweaks to test_mercury
Fergus Henderson
fjh at cs.mu.OZ.AU
Sun Feb 11 00:32:11 AEDT 2001
Estimated hours taken: 0.5
tools/test_mercury:
Fix a problem with the install on roy, where it was not
installing asm_fast.gc and not setting DEFAULT_GRADE.
Fixing a couple of bugs in the `rm' commands. Also add back
all the `rm' commands that I had previously commented out for
safety.
Index: test_mercury
===================================================================
RCS file: /home/staff/zs/imp/mercury/tools/test_mercury,v
retrieving revision 1.136
diff -u -d -u -r1.136 test_mercury
--- test_mercury 2001/02/07 08:20:56 1.136
+++ test_mercury 2001/02/08 13:16:17
@@ -296,6 +296,8 @@
--enable-new-mercuryfile-struct" ;;
roy)
CONFIG_OPTS=""
+ DEFAULT_GRADE="hlc.gc"
+ export DEFAULT_GRADE
INSTALL_GRADE="hlc.gc"
INSTALL_LIBGRADES="hl.gc \
hlc.gc.prof hlc.gc.memprof hlc.gc.tr hlc.par.gc \
@@ -748,10 +750,10 @@
0) {
cd $DIR &&
{ [ -d $STABLE ] || mkdir $STABLE; } &&
- rm -f $STABLE/mercury-*.$fullname.tar.gz &&
+ rm -f $STABLE/mercury-$RELEASE_VERSION_PATTERN.$fullname.tar.gz &&
$LN $UNSTABLE/mercury-$version.$fullname.tar.gz \
$STABLE/mercury-$version.$fullname.tar.gz &&
- rsh $BETA_FTPHOST "rm -f $BETA_FTPDIR/mercury-*.$fullname.tar.gz" &&
+ rsh $BETA_FTPHOST "rm -f $BETA_FTPDIR/mercury-$RELEASE_VERSION_PATTERN.$fullname.tar.gz" &&
rcp $STABLE/mercury-$version.$fullname.tar.gz \
$BETA_FTPHOST:$BETA_FTPDIR &&
echo "test_mercury tagging stable $BASE_TAG_NAME, starting at `date`" 1>&2 &&
@@ -775,9 +777,8 @@
case $HOST in murlibobo)
cd $DIR &&
# Delete older stable versions that this one replaces
- # XXX should remove old files
- echo rm -f $STABLE/mercury-*-$RELEASE_VERSION_PATTERN[0-9].tar.gz &&
- echo rm -f $STABLE/mercury-*-$version.tar.gz &&
+ rm -f $STABLE/mercury-*-$RELEASE_VERSION_PATTERN[0-9].tar.gz &&
+ rm -f $STABLE/mercury-*-$version.tar.gz &&
$LN $UNSTABLE/mercury-compiler-$version-unstable.tar.gz \
$STABLE/mercury-compiler-$version.tar.gz &&
$LN $UNSTABLE/mercury-extras-$version-unstable.tar.gz \
@@ -785,10 +786,9 @@
$LN $UNSTABLE/mercury-tests-$version-unstable.tar.gz \
$STABLE/mercury-tests-$version.tar.gz &&
- # XXX should remove old files
rsh $BETA_FTPHOST "\
- echo rm -f $BETA_FTPDIR/mercury-*-$RELEASE_VERSION_PATTERN[0-9].tar.gz &&
- echo rm -f $BETA_FTPDIR/mercury-*-$version.tar.gz &&
+ rm -f $BETA_FTPDIR/mercury-*-$RELEASE_VERSION_PATTERN[0-9].tar.gz &&
+ rm -f $BETA_FTPDIR/mercury-*-$version.tar.gz &&
$LN $BETA_FTPDIR/mercury-compiler-$version-unstable.tar.gz \
$BETA_FTPDIR/mercury-compiler-$version.tar.gz &&
$LN $BETA_FTPDIR/mercury-extras-$version-unstable.tar.gz \
--
Fergus Henderson <fjh at cs.mu.oz.au> | "I have always known that the pursuit
| of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh> | -- the last words of T. S. Garp.
--------------------------------------------------------------------------
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