summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-11-08 01:45:28 +0000
committerKarl Berry <karl@freefriends.org>2006-11-08 01:45:28 +0000
commit4fd7ec838ae0467f575001e2af0106eef85b8e19 (patch)
treec5a1df6505149154eafb838086b3990e48d33c63 /Build
parent3e3506eba574499faeaac29e50900d2634e5ae57 (diff)
less debugging
git-svn-id: svn://tug.org/texlive/trunk@2402 c570f23f-e606-0410-a88d-b1316a301751
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");