From 30f8f6b8f8e397bff33326768ea9a98650d3470f Mon Sep 17 00:00:00 2001 From: pmichaud Date: Fri, 31 Aug 2012 15:12:02 -0500 Subject: Add better progress messages to module installation. --- tools/build/Makefile.in | 2 +- tools/build/module-install.pl | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/build/Makefile.in b/tools/build/Makefile.in index ecf4c0c..5717e6a 100644 --- a/tools/build/Makefile.in +++ b/tools/build/Makefile.in @@ -76,7 +76,7 @@ rakudo-install: rakudo $(CHMOD) 755 $(PERL6_EXE) modules-install: rakudo-install - @echo "== Installing 'ufo'" + @echo "== Installing modules" $(PERL) tools/build/module-install.pl $(DESTDIR)$(PERL6_INSTALL) $(DESTDIR)$(PERL6_LANG_DIR)/lib $(MODULES) @echo "== Installing binaries" $(PERL) tools/build/bin-install.pl $(DESTDIR)$(PERL6_INSTALL) $(DESTDIR)$(PARROT_BIN_DIR) modules/ufo/bin/ufo modules/panda/bin/panda diff --git a/tools/build/module-install.pl b/tools/build/module-install.pl index a76bfc9..c3a2af6 100644 --- a/tools/build/module-install.pl +++ b/tools/build/module-install.pl @@ -68,6 +68,7 @@ sub path_to_module_name { $_; } +print "== Precompiling modules\n"; chdir 'rakudo'; foreach my $pm (@pmfiles) { my $out = $pm; -- cgit v1.1