libtool-patches
[Top][All Lists]
Advanced

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

FYI: s, XSED, Xsed, and support VERBOSE=debug [libtool--release--2.0--pa


From: Gary V. Vaughan
Subject: FYI: s, XSED, Xsed, and support VERBOSE=debug [libtool--release--2.0--patch-4]
Date: Mon, 4 Oct 2004 00:13:23 +0100 (BST)
User-agent: mailnotify/0.3

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Applied to HEAD.

  * looking for address@hidden/libtool--release--2.0--patch-3 to compare with
  * comparing to address@hidden/libtool--release--2.0--patch-3
  A  
{arch}/libtool/libtool--devo/libtool--devo--1.0/address@hidden/patch-log/patch-232
  M  ChangeLog
  M  config/ltmain.in
  M  tests/defs.in
  
  * modified files
  
  Index: Changelog
  from  Bob Friesenhahn  <address@hidden>
  
        * config/ltmain.in: Change $XSED to $Xsed to fix hang noticed
        under MinGW.
        * tests/defs.in: Support VERBOSE=debug to enable shell tracing
        while running tests.
  
  --- orig/config/ltmain.in
  +++ mod/config/ltmain.in
  @@ -1926,7 +1926,7 @@
        # Do a test to see if this is really a libtool program.
        case $host in
        *cygwin*|*mingw*)
  -         wrapper=`$ECHO "X$file" | $XSED -e 's,.exe$,,'`
  +         wrapper=`$ECHO "X$file" | $Xsed -e 's,.exe$,,'`
            ;;
        *)
            wrapper=$file
  
  
  --- orig/tests/defs.in
  +++ mod/tests/defs.in
  @@ -43,11 +43,16 @@
       CONFIG_SITE=/nonexistent
   fi
   
  -# See how redirections should work.
  +# How verbose should we be?  Default is no test output.
  +# Setting VERBOSE=yes enables test output.
  +# Setting VERBOSE=debug also puts the shell in debug mode.
   test "${VERBOSE+set}" != "set" && VERBOSE=no
   case "$VERBOSE" in
   NO | no | 0 | "")
     exec > /dev/null 2>&1
  +  ;;
  +DEBUG | debug )
  +  set -x
     ;;
   esac
   
  
  
  
  * added files
  
  --- /dev/null
  +++ 
/Users/gary/devel/savannah/libtool--release--2.0/,,address@hidden/new-files-archive/./{arch}/libtool/libtool--devo/libtool--devo--1.0/address@hidden/patch-log/patch-232
  @@ -0,0 +1,14 @@
  +Revision: libtool--devo--1.0--patch-232
  +Archive: address@hidden
  +Creator: Gary V. Vaughan <address@hidden>
  +Date: Mon Oct  4 00:09:20 BST 2004
  +Standard-date: 2004-10-03 23:09:20 GMT
  +Modified-files: ChangeLog config/ltmain.in tests/defs.in
  +New-patches: address@hidden/libtool--devo--1.0--patch-232
  +Summary: s,XSED,Xsed and support VERBOSE=debug
  +Keywords: 
  +
  +* config/ltmain.in: Change $XSED to $Xsed to fix hang noticed
  +under MinGW.
  +* tests/defs.in: Support VERBOSE=debug to enable shell tracing
  +while running tests.
  
- -- 
Gary V. Vaughan      ())_.  address@hidden,gnu.org}
Research Scientist   ( '/   http://tkd.kicks-ass.net
GNU Hacker           / )=   http://www.gnu.org/software/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook
_________________________________________________________
This patch notification generated by tlaapply version 0.6
http://tkd.kicks-ass.net/arch/address@hidden/cvs-utils--tla--1.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (Darwin)

iD8DBQFBYIeTFRMICSmD1gYRAhwWAKCFnVdAvQsjZ6a7clsyjyyZGScUTQCgvRXc
6powXhSYFoPkSp9UBJliiFs=
=UHFZ
-----END PGP SIGNATURE-----




reply via email to

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