From: Bob Friesenhahn Date: Sun, 3 Oct 2004 21:08:21 +0000 (+0000) Subject: * README, README.alpha: Update notes regarding available VERBOSE X-Git-Tag: release-2-1b~933 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b295807c54504c982f6bf1c11856fbcd509e6395;p=thirdparty%2Flibtool.git * README, README.alpha: Update notes regarding available VERBOSE settings. --- diff --git a/ChangeLog b/ChangeLog index 8624957dd..b7f0e39f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-10-03 Bob Friesenhahn + + * README, README.alpha: Update notes regarding available VERBOSE + settings. + 2004-10-03 Bob Friesenhahn * config/ltmain.in: Change $XSED to $Xsed to fix hang noticed diff --git a/README b/README index e2041ca94..db060f4b5 100644 --- a/README +++ b/README @@ -65,10 +65,12 @@ information from the end of `$(top_builddir)/libtool --help' to the bug report mailing list, . 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 ==================== diff --git a/README.alpha b/README.alpha index 8c5684eab..f7e5a4b33 100644 --- a/README.alpha +++ b/README.alpha @@ -69,10 +69,13 @@ report mailing list, 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.