[m-dev.] diff: test_mercury: fix bug with clpr install
Fergus Henderson
fjh at cs.mu.OZ.AU
Sun Jan 7 13:14:40 AEDT 2001
For both main and release branches.
Estimated hours taken: 0.75
tools/test_mercury:
When doing `mmake install' for the clpr stuff, pass `LIBGRADES=',
since we do `mmake install' for each trailing grade, and we
don't want `mmake install' itself to loop over each grade.
Workspace: /home/pgrad/fjh/ws/hg
Index: tools/test_mercury
===================================================================
RCS file: /home/mercury1/repository/mercury/tools/test_mercury,v
retrieving revision 1.126.2.2
diff -u -d -r1.126.2.2 test_mercury
--- tools/test_mercury 2000/12/24 10:04:40 1.126.2.2
+++ tools/test_mercury 2001/01/07 02:11:34
@@ -398,7 +398,8 @@
mmake depend $PARALLEL MMAKEFLAGS=$PARALLEL &&
mmake $PARALLEL MMAKEFLAGS=$PARALLEL &&
mmake check $PARALLEL MMAKEFLAGS=$PARALLEL &&
- mmake install $PARALLEL MMAKEFLAGS=$PARALLEL &&
+ mmake install LIBGRADES= \
+ $PARALLEL MMAKEFLAGS=$PARALLEL &&
mmake realclean $PARALLEL MMAKEFLAGS=$PARALLEL) ||
status=1
echo "test trailed_update stuff for grade $grade" 1>&2
--
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