* README, README.alpha: Update notes regarding available VERBOSE

settings.
This commit is contained in:
Bob Friesenhahn 2004-10-03 21:08:21 +00:00
parent 623d66623e
commit b295807c54
3 changed files with 12 additions and 2 deletions

View File

@ -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

4
README
View File

@ -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
====================

View 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.