diff options
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 |