[m-dev.] trivial diff: test_mercury: pass -k to bootcheck

Fergus Henderson fjh at cs.mu.OZ.AU
Mon Apr 10 18:29:38 AEST 2000


tools/test_mercury:
	Pass the `-k' (a.k.a. `--keep-objs') flag to tools/bootcheck,
	to avoid having to rebuild the stage 2 object files when we
	do `mmake install'.

Workspace: /home/pgrad/fjh/ws/hg
Index: tools/test_mercury
===================================================================
RCS file: /home/mercury1/repository/mercury/tools/test_mercury,v
retrieving revision 1.107
diff -u -d -r1.107 test_mercury
--- tools/test_mercury	2000/03/24 19:02:13	1.107
+++ tools/test_mercury	2000/04/10 08:27:30
@@ -269,7 +269,7 @@
 mmake depend $PARALLEL || { false; exit 1; }
 version=`mmake version` || { false; exit 1; }
 fullarch=`mmake fullarch` || { false; exit 1; }
-tools/bootcheck -r -p -t $PARALLEL || $install_anyway || { false; exit 1; }
+tools/bootcheck -k -r -p -t $PARALLEL || $install_anyway || { false; exit 1; }
 cd .. || { false; exit 1; }
 
 #-----------------------------------------------------------------------------#

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
WWW: <http://www.cs.mu.oz.au/~fjh>  |  of excellence is a lethal habit"
PGP: finger fjh at 128.250.37.3        |     -- 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