[m-dev.] diff: scripts/ml.in: pass --explain-link-errors to mdemangle

Fergus Henderson fjh at cs.mu.OZ.AU
Fri Oct 29 15:09:16 AEST 1999


Estimated hours taken: 0.25

scripts/ml.in:
        Pass the new `--explain-link-errors' option to mdemangle.

	This may cause bootstrapping problems if you try to compile
	with a version of `mdemangle' that doesn't support that option.
	So I've tagged the old version of scripts/ml.in with the tag
	`bootstrap_19991029_mdemangle' to make bootstrapping easier.

Workspace: /home/mercury0/fjh/mercury
Index: scripts/ml.in
===================================================================
RCS file: /home/mercury1/repository/mercury/scripts/ml.in,v
retrieving revision 1.68
diff -u -d -r1.68 ml.in
--- ml.in	1999/10/11 05:47:11	1.68
+++ ml.in	1999/10/29 05:04:10
@@ -611,7 +611,7 @@
 	$MKFIFO $PIPE
 		# execute the demangler in the background, with stdin 
 		# coming from the pipe and with stdout redirected to stderr
-	exec $DEMANGLER 1>&2 < $PIPE &
+	exec $DEMANGLER --explain-link-errors 1>&2 < $PIPE &
 		# redirect our stdout and stderr into the pipe
 	exec >$PIPE 2>&1
 		# now we can remove the pipe; since is an open file, it will

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