aboutsummaryrefslogtreecommitdiff
path: root/tools/build
diff options
context:
space:
mode:
authorTobias Leich <email@froggs.de>2016-01-27 20:49:32 +0100
committerTobias Leich <email@froggs.de>2016-01-27 21:23:32 +0100
commitd4b3fa7c1cfd5bbdbbe1c7df2bb3960f5d3096ba (patch)
treec06a3a927527391d6a02e28b38e0641306ac58d1 /tools/build
parent226eb20032baac7c4bda074e0d16b741ecbf568a (diff)
display all-is-well message when installation completes
diakopter++
Diffstat (limited to 'tools/build')
-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 ""