aboutsummaryrefslogtreecommitdiff
path: root/tools/build/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'tools/build/Makefile.in')
-rw-r--r--tools/build/Makefile.in10
1 files changed, 9 insertions, 1 deletions
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 ""