]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* README, README.alpha: Update notes regarding available VERBOSE
authorBob Friesenhahn <bfriesen@simple.dallas.tx.us>
Sun, 3 Oct 2004 23:17:12 +0000 (23:17 +0000)
committerGary V. Vaughan <gary@gnu.org>
Sun, 3 Oct 2004 23:17:12 +0000 (23:17 +0000)
settings.

ChangeLog
README
README.alpha

index 7c3a362fc0f18e354cfeac3b292a2aedac2665b8..7a60746a7428d9451e392787d011fc12823bd91b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-10-03  Bob Friesenhahn  <bfriesen@simple.dallas.tx.us>
+
+       * README, README.alpha: Update notes regarding available VERBOSE
+       settings.
+
 2004-10-03  Bob Friesenhahn  <bfriesen@simple.dallas.tx.us>
 
        * config/ltmain.in: Change $XSED to $Xsed to fix hang noticed
diff --git a/README b/README
index e2041ca94607d68f3ddb243c0d90696a5ce6f873..db060f4b510f439a5b054e8934342a99e8efef07 100644 (file)
--- a/README
+++ b/README
@@ -65,10 +65,12 @@ information from the end of `$(top_builddir)/libtool --help' to the
 bug report mailing list, <bug-libtool@gnu.org>.  From a bourne
 compatible shell, you can generate verbose test output like this:
 
-  VERBOSE=1 make check \
+  VERBOSE=yes make check \
   TESTS='cdemo-static.test cdemo-make.test cdemo-exec.test' \
   | tee cdemo-static-group.log
 
+In order to enable debug shell tracing, use VERBOSE=debug
+instead of VERBOSE=yes.
 
 4. Version Numbering
 ====================
index 8c5684eabac4b2c90be43ffeb672fa26e5f7b66a..f7e5a4b331c5587c88a1dd991342340ea249719f 100644 (file)
@@ -69,10 +69,13 @@ report mailing list, <bug-libtool@gnu.org> with a subject line that
 includes the string `[TEST FAILURE]'.  From a bourne compatible shell,
 you can generate verbose test output like this:
 
-  VERBOSE=1 make check \
+  VERBOSE=yes make check \
   TESTS='cdemo-static.test cdemo-make.test cdemo-exec.test' \
   | tee cdemo-static-group.log
 
+In order to enable debug shell tracing, use VERBOSE=debug
+instead of VERBOSE=yes.
+
 -- 
 Copyright (C) 2004 Free Software Foundation, Inc.