From d4b3fa7c1cfd5bbdbbe1c7df2bb3960f5d3096ba Mon Sep 17 00:00:00 2001 From: Tobias Leich Date: Wed, 27 Jan 2016 20:49:32 +0100 Subject: display all-is-well message when installation completes diakopter++ --- tools/build/Makefile.in | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/tools/build/Makefile.in b/tools/build/Makefile.in index 6c4fc81..714f0b5 100644 --- a/tools/build/Makefile.in +++ b/tools/build/Makefile.in @@ -77,7 +77,15 @@ modules-test-m: verbose-modules-test-m: $(PERL) tools/build/modules-test.pl --verbose $(CURDIR) $(DESTDIR)$(PERL6_M_INSTALL) $(MODULES) -install: rakudo-install modules-install +install: rakudo-install modules-install welcome-message + +welcome-message: + @echo "" + @echo "Rakudo Star has been built ans installed successfully." + @echo "Please make sure that the following directories are in PATH:" + @echo " $(STAR_BIN_DIR)" + @echo " $(SITE_BIN_DIR)" + @echo "" test: @echo "" -- cgit v1.1