Skip to content

Commit

Permalink
Add better progress messages to module installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmichaud committed Aug 31, 2012
1 parent f28d3a8 commit 30f8f6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build/Makefile.in
Expand Up @@ -76,7 +76,7 @@ rakudo-install: rakudo
$(CHMOD) 755 $(PERL6_EXE) $(CHMOD) 755 $(PERL6_EXE)


modules-install: rakudo-install 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) $(PERL) tools/build/module-install.pl $(DESTDIR)$(PERL6_INSTALL) $(DESTDIR)$(PERL6_LANG_DIR)/lib $(MODULES)
@echo "== Installing binaries" @echo "== Installing binaries"
$(PERL) tools/build/bin-install.pl $(DESTDIR)$(PERL6_INSTALL) $(DESTDIR)$(PARROT_BIN_DIR) modules/ufo/bin/ufo modules/panda/bin/panda $(PERL) tools/build/bin-install.pl $(DESTDIR)$(PERL6_INSTALL) $(DESTDIR)$(PARROT_BIN_DIR) modules/ufo/bin/ufo modules/panda/bin/panda
Expand Down
1 change: 1 addition & 0 deletions tools/build/module-install.pl
Expand Up @@ -68,6 +68,7 @@ sub path_to_module_name {
$_; $_;
} }


print "== Precompiling modules\n";
chdir 'rakudo'; chdir 'rakudo';
foreach my $pm (@pmfiles) { foreach my $pm (@pmfiles) {
my $out = $pm; my $out = $pm;
Expand Down

0 comments on commit 30f8f6b

Please sign in to comment.