[m-dev.] diff: tools/bootcheck

Simon Taylor stayl at cs.mu.OZ.AU
Wed May 5 11:41:42 AEST 1999



Estimated hours taken: 0.1

tools/bootcheck:
	Make sure rl_out.m and rl_file.m are recreated in
	the stage 2 and 3 directories with the value of
	INCLUDE_ADITI_OUTPUT from Mmake.stage.params.


Index: bootcheck
===================================================================
RCS file: /home/staff/zs/imp/mercury/tools/bootcheck,v
retrieving revision 1.79
diff -u -u -r1.79 bootcheck
--- bootcheck	1999/04/29 07:52:40	1.79
+++ bootcheck	1999/05/05 01:34:52
@@ -286,6 +286,12 @@
 	ln -s $root/compiler/[a-h]*.m .
 	ln -s $root/compiler/[i-s]*.m .
 	ln -s $root/compiler/[t-z]*.m .
+	ln -s $root/compiler/rl_out.pp .
+	ln -s $root/compiler/rl_file.pp .
+	# Make sure rl_out.m and rl_file.m are recreated with
+	# the value of INCLUDE_ADITI_OUTPUT in Mmake.stage.params.
+	/bin/rm -f rl_out.m rl_file.m
+
 	cp $root/compiler/Mmake* .
 	cd $root/stage2
 	mkdir library
@@ -485,6 +491,12 @@
 	ln -s $root/compiler/[a-h]*.m .
 	ln -s $root/compiler/[i-s]*.m .
 	ln -s $root/compiler/[t-z]*.m .
+	ln -s $root/compiler/rl_out.pp .
+	ln -s $root/compiler/rl_file.pp .
+	# Make sure rl_out.m and rl_file.m are recreated with
+	# the value of INCLUDE_ADITI_OUTPUT in Mmake.stage.params.
+	/bin/rm -f rl_out.m rl_file.m
+
 	cp $root/compiler/Mmake* .
 	cd $root/stage3
 	mkdir library
--------------------------------------------------------------------------
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