Commit 6755ff73 by Ian Lance Taylor Committed by Jeff Law

config-ml.in: Default to being verbose, to match Feb 18 change to configure.

        * config-ml.in: Default to being verbose, to match Feb 18 change to
        configure.

From-SVN: r22948
parent fbd836fc
......@@ -115,6 +115,9 @@ Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
* ylwrap: Don't use a full path name if the source file is in the
same directory. From hjl@lucon.org (H.J. Lu).
* config-ml.in: Default to being verbose, to match Feb 18 change to
configure.
Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
* ltmain.sh: Add some hacks to make SunOS --enable-shared work
......
......@@ -99,6 +99,7 @@ fi
# Scan all the arguments and set all the ones we need.
ml_verbose=--verbose
for option in ${ml_arguments}
do
case $option in
......@@ -128,6 +129,9 @@ do
--norecursion | --no*)
ml_norecursion=yes
;;
--silent | --sil* | --quiet | --q*)
ml_verbose=--silent
;;
--verbose | --v | --verb*)
ml_verbose=--verbose
;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment