libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: --verbose


From: Ralf Wildenhues
Subject: Re: --verbose
Date: Wed, 12 Jan 2005 17:36:00 +0100
User-agent: Mutt/1.4.1i

* Gary V. Vaughan wrote on Wed, Jan 12, 2005 at 03:59:20PM CET:
> Ralf Wildenhues wrote:
> >     * config/ltmain.m4sh: New option `--verbose'/`-v' to enable
> >     override of `--silent'.  Verbose is the default behavior.
> >     * doc/libtool.texi (Invoking libtool): Document it.
> >
> > OK to commit this to HEAD?
> 
> Sure, please go ahead.

Done.  I also took liberty to commit the following minimally adapted
patch to branch-2-0.

Regards,
Ralf

        * config/ltmain.m4sh: New option `--verbose'/`-v' to enable
        override of `--silent'.  Verbose is the default behavior.
        * doc/libtool.texi (Invoking libtool): Document it.

Index: config/ltmain.m4sh
===================================================================
RCS file: /cvsroot/libtool/libtool/config/ltmain.m4sh,v
retrieving revision 1.1.2.32
diff -u -r1.1.2.32 ltmain.m4sh
--- config/ltmain.m4sh  11 Jan 2005 15:52:18 -0000      1.1.2.32
+++ config/ltmain.m4sh  12 Jan 2005 16:30:46 -0000
@@ -39,6 +39,7 @@
 #     --preserve-dup-deps  don't remove duplicate dependency libraries
 #     --quiet, --silent    don't print informational messages
 #     --tag=TAG            use configuration variables from tag TAG
+# -v, --verbose            print informational messages (default)
 #     --version            print version information
 # -h, --help               print short or long help message
 #
@@ -485,6 +486,10 @@
                        show=:
                        ;;
 
+      --verbose| -v)   preserve_args="$preserve_args $opt"
+                       show="$ECHO"
+                       ;;
+
       --tag)           test "$#" -eq 0 && func_missing_arg "$opt" && break
                        preserve_args="$preserve_args $opt $1"
                        func_enable_tag "$1"    # tagname is set here
Index: doc/libtool.texi
===================================================================
RCS file: /cvsroot/libtool/libtool/doc/libtool.texi,v
retrieving revision 1.172.2.16
diff -u -r1.172.2.16 libtool.texi
--- doc/libtool.texi    28 Dec 2004 13:13:49 -0000      1.172.2.16
+++ doc/libtool.texi    12 Jan 2005 16:30:46 -0000
@@ -1176,6 +1176,10 @@
 @itemx --silent
 Do not print out any progress or informational messages.
 
address@hidden -v
address@hidden --verbose
+Print out progress and informational messages (enabled by default).
+
 @item --version
 Print libtool version information and exit.
 @end table




reply via email to

[Prev in Thread] Current Thread [Next in Thread]