settings.
+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
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
====================
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.