[m-dev.] trivial diff: fix $LN bug in test_mercury
Fergus Henderson
fjh at cs.mu.OZ.AU
Mon Nov 6 14:22:10 AEDT 2000
Estimated hours taken: 0.1
tools/test_mercury:
Fix a bug introduce in one of my earlier changes (revision 1.119):
it was not setting $LN.
Workspace: /home/pgrad/fjh/ws/hg
Index: tools/test_mercury
===================================================================
RCS file: /home/mercury1/repository/mercury/tools/test_mercury,v
retrieving revision 1.124
diff -u -d -r1.124 test_mercury
--- tools/test_mercury 2000/11/05 04:29:49 1.124
+++ tools/test_mercury 2000/11/06 03:19:25
@@ -72,6 +72,8 @@
# hg) LN="cp -r"; LN_S="cp -r" ;;
# *) LN="ln"; LN_S="ln -s" ;;
#esac
+LN="ln"
+LN_S="ln -s"
# flags for building the compiler
INSTALL_MCFLAGS="$OPTIMIZE --opt-space"
--
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