aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/build_perl_modules1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/build_perl_modules b/tools/build_perl_modules
index af82db91..9a880ff5 100755
--- a/tools/build_perl_modules
+++ b/tools/build_perl_modules
@@ -62,6 +62,7 @@ foreach my $tarball (@tarballs) {
if ($opts->{m}) {
# Don't compile if already done - this is because of invocating this
# script at different stages
+ print "******************** $tarball\n";
unless (-e $dir) {
system("gunzip -c $tarball | tar -xf -") == 0 or die "Cannot extract $tarball";
chdir $dir or die "Can't chdir into $dir";