[m-rev.] trivial diff: fix test_mercury installation errors
Simon Taylor
stayl at cs.mu.OZ.AU
Mon Jan 27 00:41:53 AEDT 2003
Estimated hours taken: 0.1
Branches: main
tools/bootcheck:
The test_mercury script runs `mmake install' from
the stage2 directory, so link the install-sh script
into that directory (it is needed by the new
install_config target in mercury/Mmakefile).
Index: bootcheck
===================================================================
RCS file: /home/mercury1/repository/mercury/tools/bootcheck,v
retrieving revision 1.144
diff -u -u -r1.144 bootcheck
--- bootcheck 2 Jan 2003 06:54:02 -0000 1.144
+++ bootcheck 26 Jan 2003 13:39:41 -0000
@@ -583,6 +583,7 @@
$LN_S $root/conf* .
$LN_S $root/aclocal.m4 .
$LN_S $root/VERSION .
+ $LN_S $root/install-sh .
$LN_S $root/.*.in .
rm -f config*.log
cp $root/Mmake* $root/Mercury.options .
@@ -829,6 +830,7 @@
$LN_S $root/conf* .
$LN_S $root/aclocal.m4 .
$LN_S $root/VERSION .
+ $LN_S $root/install-sh .
$LN_S $root/.*.in .
rm -f config*.log
cp $root/stage2/Mmake* $root/stage2/Mercury.options .
--------------------------------------------------------------------------
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