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 | e1f24ab6288b7f745e87c5301f7090bc73e046b0 (patch) | |
tree | 203712fbd3110ccaefb73aa082f66c8e4b708072 /source3 | |
parent | e6093a12a13551068a58843da828787e837c08ab (diff) | |
download | samba-e1f24ab6288b7f745e87c5301f7090bc73e046b0.tar.gz samba-e1f24ab6288b7f745e87c5301f7090bc73e046b0.tar.bz2 samba-e1f24ab6288b7f745e87c5301f7090bc73e046b0.zip |
Clean up message.
(This used to be commit f07915072fef1d79549da7b92775c5aaf3c552da)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index b958c52fef..bf54be896a 100644 --- a/source3/Makefile.in +++ b/source3/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 |