[m-dev.] trivial diff: undo ml.in change, for bootstrapping
Fergus Henderson
fjh at cs.mu.OZ.AU
Sat Oct 2 05:11:54 AEST 1999
Estimated hours taken: 0.25
scripts/ml.in:
Undo a previous change: don't pass --explain-link-errors to
$MDEMANGLE yet, since it causes bootstrapping problems.
Workspace: /home/mercury0/fjh/mercury
Index: scripts/ml.in
===================================================================
RCS file: /home/mercury1/repository/mercury/scripts/ml.in,v
retrieving revision 1.66
diff -u -r1.66 ml.in
--- ml.in 1999/09/30 21:33:07 1.66
+++ ml.in 1999/10/01 19:06:00
@@ -575,7 +575,7 @@
true)
echo $LINKER $UNDEF_OPT $STRIP_OPTS $MAYBE_STATIC_OPT \
$ARCH_OPTS $LIBDIR_OPTS $RPATH_OPT_LIST "$@" $LIBS "|"
- echo "$DEMANGLER --explain-link-errors"
+ echo "$DEMANGLER"
;;
esac
;;
@@ -605,7 +605,7 @@
$MKFIFO $PIPE
# execute the demangler in the background, with stdin
# coming from the pipe and with stdout redirected to stderr
- exec $DEMANGLER --explain-link-errors 1>&2 < $PIPE &
+ exec $DEMANGLER 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