[m-rev.] trivial diff: minor fix to tools/bootcheck for il grades
Fergus Henderson
fjh at cs.mu.OZ.AU
Tue May 15 22:20:32 AEST 2001
Estimated hours taken: 0.25
Branches: main
tools/bootcheck:
Link the runtime files needed for IL grades into the
stage2/runtime directory.
Workspace: /home/mars/fjh/ws1/mercury
Index: tools/bootcheck
===================================================================
RCS file: /home/mercury1/repository/mercury/tools/bootcheck,v
retrieving revision 1.116
diff -u -d -r1.116 bootcheck
--- tools/bootcheck 2001/04/26 08:44:57 1.116
+++ tools/bootcheck 2001/05/02 15:08:27
@@ -432,6 +432,8 @@
cd runtime
$LN_S $root/runtime/*.h .
$LN_S $root/runtime/*.c .
+ $LN_S $root/runtime/*.cpp .
+ $LN_S $root/runtime/mercury_il.il .
$LN_S $root/runtime/*.in .
cp $root/runtime/Mmake* .
$LN_S $root/runtime/machdeps .
--
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-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