Skip to content

Commit

Permalink
* config-ml.in: Default to being verbose, to match Feb 18 change to
Browse files Browse the repository at this point in the history
        configure.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22948 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
law committed Oct 8, 1998
1 parent 81cf37b commit 26d9569
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions config-ml.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -128,6 +129,9 @@ do
--norecursion | --no*)
ml_norecursion=yes
;;
--silent | --sil* | --quiet | --q*)
ml_verbose=--silent
;;
--verbose | --v | --verb*)
ml_verbose=--verbose
;;
Expand Down

0 comments on commit 26d9569

Please sign in to comment.