mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-18 14:16:00 +08:00
* README, README.alpha: Update notes regarding available VERBOSE
settings.
This commit is contained in:
parent
623d66623e
commit
b295807c54
@ -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
4
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
|
||||
====================
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user