From e1f24ab6288b7f745e87c5301f7090bc73e046b0 Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Wed, 14 Nov 2001 05:46:24 +0000 Subject: Clean up message. (This used to be commit f07915072fef1d79549da7b92775c5aaf3c552da) --- source3/Makefile.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source3') 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 -- cgit