]> sourceware.org Git - automake.git/commitdiff
* tests/defs: Turn on shell traces when VERBOSE=x.
authorAlexandre Duret-Lutz <adl@gnu.org>
Wed, 28 Nov 2001 12:30:15 +0000 (12:30 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Wed, 28 Nov 2001 12:30:15 +0000 (12:30 +0000)
ChangeLog
tests/defs

index 19d80e2a911630b8a8bb0f63c148f73d3567b43b..50b8c0f7f2878efa1a62312e9138488f6fbaf032 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-11-28  Alexandre Duret-Lutz  <duret_g@epita.fr>
+
+       * tests/defs: Turn on shell traces when VERBOSE=x.
+
 2001-11-26  Tom Tromey  <tromey@redhat.com>
 
        * automake.texi (Assembly Support): Mention .s and .S as only
index 6e7e16008b8c4f1f158f717e3eb74d095d94bb36..4dc6e2f52886b0443768e0aae27b927373cfe1a8 100644 (file)
@@ -125,3 +125,10 @@ case $required in
     ACLOCAL="$ACLOCAL -I $srcdir/../m4 -I $aclocaldir"
     ;;
 esac
+
+# Turn on shell traces when VERBOSE=x.
+if test "x$VERBOSE" = xx; then
+  set -x
+else
+  :
+fi
This page took 0.037386 seconds and 5 git commands to generate.