[m-rev.] trivial diff: update bootcheck script
Julien Fischer
juliensf at csse.unimelb.edu.au
Tue Jul 24 17:10:15 AEST 2007
Estimated hours taken: 0
Branches: main
tools/bootcheck:
Update this script by deleting refernces to mercury_mcpp.h
and *.cpp files. MC++ support was recently removed.
Julien.
Index: bootcheck
===================================================================
RCS file: /home/mercury/mercury1/repository/mercury/tools/bootcheck,v
retrieving revision 1.195
diff -u -r1.195 bootcheck
--- bootcheck 6 Jul 2007 16:21:51 -0000 1.195
+++ bootcheck 24 Jul 2007 07:07:56 -0000
@@ -699,9 +699,7 @@
# Microsoft's tools don't understand Cygwin symbolic
# links (hard links are OK, Cygwin's ln just makes
# copies).
- $LN $root/runtime/*.cpp .
- rm -f mercury_mcpp.h mercury_conf*.h
- $LN $root/runtime/mercury_mcpp.h .
+ rm -f mercury_conf*.h
$LN $root/runtime/mercury_conf*.h .
$LN $root/runtime/mercury_il.il .
$LN_S $root/runtime/*.in .
--------------------------------------------------------------------------
mercury-reviews mailing list
Post messages to: mercury-reviews at csse.unimelb.edu.au
Administrative Queries: owner-mercury-reviews at csse.unimelb.edu.au
Subscriptions: mercury-reviews-request at csse.unimelb.edu.au
--------------------------------------------------------------------------
More information about the reviews
mailing list