diff options
author | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-05-19 20:27:36 +0000 |
---|---|---|
committer | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-05-19 20:27:36 +0000 |
commit | 780eeb661a4e32da17fca56979aaaa59d22ff862 (patch) | |
tree | 9ab42221af021a884608152e156b0388fd462887 /libstdc++-v3/mkcheck.in | |
parent | 27e647a5cc7f53f55408c0013e009accd0add5e5 (diff) | |
download | gcc-780eeb661a4e32da17fca56979aaaa59d22ff862.tar.gz |
2001-05-19 Phil Edwards <pme@sources.redhat.com>
* acinclude.m4: Fix --help spacing, correct comments.
* aclocal.m4: Regenerate.
* configure: Regenerate.
* mkcheck.in: Add usage comments.
* docs/html/documentation.html: Point to doxygen'd tarball.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42316 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/mkcheck.in')
-rwxr-xr-x | libstdc++-v3/mkcheck.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++-v3/mkcheck.in b/libstdc++-v3/mkcheck.in index 4212f1e3817..58daf4159d9 100755 --- a/libstdc++-v3/mkcheck.in +++ b/libstdc++-v3/mkcheck.in @@ -23,8 +23,8 @@ elif [ "$WHICH"x = 1x ]; then echo "running mkcheck" echo "$0: testing the install directory" else - echo 'Usage: mkcheck 0' - echo ' mkcheck 1' + echo 'Usage: mkcheck 0 /* test the build directory */' + echo ' mkcheck 1 /* test the install directory */' exit 1; fi |