diff options
author | Martin Pool <mbp@samba.org> | 2001-11-14 05:46:24 +0000 |
---|---|---|
committer | Martin Pool <mbp@samba.org> | 2001-11-14 05:46:24 +0000 |
commit | f07915072fef1d79549da7b92775c5aaf3c552da (patch) | |
tree | 4b67eef4b7771b8baa6a775acc45119ef4923d89 /source | |
parent | 8952f8763e16339e58bc65943387a00fc89dc200 (diff) | |
download | samba-f07915072fef1d79549da7b92775c5aaf3c552da.tar.gz samba-f07915072fef1d79549da7b92775c5aaf3c552da.tar.xz samba-f07915072fef1d79549da7b92775c5aaf3c552da.zip |
Clean up message.
Diffstat (limited to 'source')
-rw-r--r-- | source/Makefile.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source/Makefile.in b/source/Makefile.in index b958c52fef2..bf54be896a6 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -811,10 +811,10 @@ Makefile: $(srcdir)/Makefile.in config.status test_prefix=/tmp/test-samba # Run regression suite using the external "satyr" framework check: - @echo "sorry, samba self-test without installation does not work yet" - @echo "Please try specifying a scratch directory to" - @echo " ./configure --prefix DIR" - @echo "then run \"make install installcheck\"" + @echo "** Sorry, samba self-test without installation does not work " + @echo "** yet. Please try specifying a scratch directory to" + @echo "** ./configure --prefix DIR" + @echo "** then run \"make install installcheck\"" exit 1 # -rm -rf $(test_prefix)/lib |