mirror of
https://github.com/gcc-mirror/gcc.git
synced 2024-11-21 13:40:47 +00:00
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
This commit is contained in:
parent
fbd836fca0
commit
6755ff7314
@ -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
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user