From 0c0ab2bbb4d9af2beb5f9848ac2af0f28112f3c7 Mon Sep 17 00:00:00 2001 From: Bob Friesenhahn Date: Sun, 3 Oct 2004 23:17:12 +0000 Subject: [PATCH] * README, README.alpha: Update notes regarding available VERBOSE settings. --- ChangeLog | 5 +++++ README | 4 +++- README.alpha | 5 ++++- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7c3a362fc..7a60746a7 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. -- 2.47.2