summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
Diffstat (limited to 'Build')
-rw-r--r--Build/tools/FileUtils.pm2
-rw-r--r--Build/tools/Tpm.pm1
2 files changed, 1 insertions, 2 deletions
diff --git a/Build/tools/FileUtils.pm b/Build/tools/FileUtils.pm
index 2b0bacd9c28..431c0f10c94 100644
--- a/Build/tools/FileUtils.pm
+++ b/Build/tools/FileUtils.pm
@@ -196,7 +196,7 @@ sub walk_dir {
my ($dir, $proc, $prune) = @_;
my (@l, $f, $done, $src, $DIR);
- print " walking $dir with $proc, $prune\n" if $::opt_debug;
+ #print " walking $dir with $proc, $prune\n" if $::opt_debug;
if ((! $prune) || ($prune && ! &{$prune}($dir))) {
$done = 0;
diff --git a/Build/tools/Tpm.pm b/Build/tools/Tpm.pm
index c9d3c88f680..8aad12d646c 100644
--- a/Build/tools/Tpm.pm
+++ b/Build/tools/Tpm.pm
@@ -1328,7 +1328,6 @@ sub buildPatternsPackage {
map {
my $e = $_;
map {
- warn " format $_\n";
push @run_patterns, $texmf . "/$e/$_/${name}/*"
# keep fontinst/misc in fontinst:
unless ($name eq "misc" && $_ eq "fontinst");