diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/build_perl_modules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/build_perl_modules b/tools/build_perl_modules index 9b0c3c20..5a57a471 100755 --- a/tools/build_perl_modules +++ b/tools/build_perl_modules @@ -188,6 +188,7 @@ foreach my $tarball (@tarballs) { # Don't compile if already done - this is because of invocating this # script at different stages + print "******************** $tarball\n"; if ( $built_modules{$dir} || !-f "$dir/Makefile" && !-f "$dir/Build" ) { $built_modules{$dir}++; my @missing; |