summaryrefslogtreecommitdiffstats
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 9b0c3c2..5a57a47 100755
--- a/tools/build_perl_modules
+++ b/tools/build_perl_modules
@@ -188,6 +188,7 @@ foreach my $tarball (@tarballs) {
188 188
189 # Don't compile if already done - this is because of invocating this 189 # Don't compile if already done - this is because of invocating this
190 # script at different stages 190 # script at different stages
191 print "******************** $tarball\n";
191 if ( $built_modules{$dir} || !-f "$dir/Makefile" && !-f "$dir/Build" ) { 192 if ( $built_modules{$dir} || !-f "$dir/Makefile" && !-f "$dir/Build" ) {
192 $built_modules{$dir}++; 193 $built_modules{$dir}++;
193 my @missing; 194 my @missing;