[m-rev.] trivial diff: update tools/bootcheck for GC 6.1alpha5

Fergus Henderson fjh at cs.mu.OZ.AU
Thu Jul 25 23:01:01 AEST 2002


Estimated hours taken: 0.5
Branches: main

tools/bootcheck:
	Handle ".S" files in the boehm_gc directory.
	This is needed because version 6.1alpha5 of the Boehm collector
	uses some ".S" files instead of ".s" files.

Workspace: /home/ceres/fjh/ws-ceres2/mercury
Index: tools/bootcheck
===================================================================
RCS file: /home/mercury1/repository/mercury/tools/bootcheck,v
retrieving revision 1.130
diff -u -d -r1.130 bootcheck
--- tools/bootcheck	21 Jul 2002 16:18:22 -0000	1.130
+++ tools/bootcheck	25 Jul 2002 08:59:59 -0000
@@ -503,6 +503,7 @@
 		$LN_S $root/boehm_gc/*.h .
 		$LN_S $root/boehm_gc/*.c .
 		$LN_S $root/boehm_gc/*.s .
+		$LN_S $root/boehm_gc/*.S .
 		$LN_S $root/boehm_gc/include .
 		cp $root/boehm_gc/Mmake* .
 		$LN_S $root/boehm_gc/Makefile .

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
The University of Melbourne         |  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