[m-rev.] diff: link library_strong_name.sn into stage2 and stage3 dirs.

Peter Ross peter.ross at miscrit.be
Mon Feb 18 20:05:40 AEDT 2002


Hi,


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


Estimated hours taken: 0.1
Branches: main

tools/bootcheck:
    Link library_strong_name.sn to both the stage2 and stage3
    directories, so that we can build the ilc version of the library
    with the correct strong name.

Index: tools/bootcheck
===================================================================
RCS file: /home/mercury1/repository/mercury/tools/bootcheck,v
retrieving revision 1.124
diff -u -r1.124 bootcheck
--- tools/bootcheck	10 Feb 2002 21:17:31 -0000	1.124
+++ tools/bootcheck	18 Feb 2002 09:03:12 -0000
@@ -435,6 +435,7 @@
 	cd library
 	$LN_S $root/library/[a-l]*.m .
 	$LN_S $root/library/[m-z]*.m .
+	$LN_S $root/library/library_strong_name.sn .
 	cp $root/library/Mmake* .
 	$LN_S $root/library/$STD_LIB_NAME.init .
 	cd $root/stage2
@@ -669,6 +670,7 @@
 	cd library
 	$LN_S $root/library/[a-l]*.m .
 	$LN_S $root/library/[m-z]*.m .
+	$LN_S $root/library/library_strong_name.sn .
 	cp $root/library/Mmake* .
 	$LN_S $root/library/$STD_LIB_NAME.init .
 	cd $root/stage3

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