[m-rev.] diff: link bindist dir in bootcheck

Peter Ross pro at missioncriticalit.com
Mon Mar 18 20:43:36 AEDT 2002


Hi,


===================================================================


Estimated hours taken: 0.1

tools/bootcheck:
	Link the bindist directory into the stage2 and stage3
	directorys.  This allows config.status to succeed in these
	directorys.


Index: tools/bootcheck
===================================================================
RCS file: /home/mercury1/repository/mercury/tools/bootcheck,v
retrieving revision 1.125
diff -u -r1.125 bootcheck
--- tools/bootcheck	18 Feb 2002 09:04:48 -0000	1.125
+++ tools/bootcheck	18 Mar 2002 09:14:46 -0000
@@ -497,6 +497,7 @@
 	else
 		$LN_S $root/boehm_gc .
 	fi
+	$LN_S $root/bindist .
 	$LN_S $root/doc .
 	$LN_S $root/scripts .
 	$LN_S $root/tools .
@@ -681,6 +682,7 @@
 	$LN_S $root/browser/$BROWSER_LIB_NAME.init .
 	cd $root/stage3
 	$LN_S $root/boehm_gc .
+	$LN_S $root/bindist .
 	$LN_S $root/doc .
 	$LN_S $root/runtime .
 	$LN_S $root/trace .

--------------------------------------------------------------------------
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