diff --git a/Documentation/build-docdep.perl b/Documentation/build-docdep.perl index 6ff35e02fa..489389c32a 100755 --- a/Documentation/build-docdep.perl +++ b/Documentation/build-docdep.perl @@ -22,15 +22,11 @@ while ($changed) { $changed = 0; while (my ($text, $included) = each %include) { - print STDERR "Looking at $text...\n"; for my $i (keys %$included) { - print STDERR "$text includes $i.\n"; # $text has include::$i; if $i includes $j # $text indirectly includes $j. if (exists $include{$i}) { - print STDERR "$i includes something.\n"; for my $j (keys %{$include{$i}}) { - print STDERR "$text includes $i include $j\n"; if (!exists $include{$text}{$j}) { $include{$text}{$j} = 1; $included{$j} = 1; diff --git a/templates/Makefile b/templates/Makefile index 07e928e56d..8f7f4fec34 100644 --- a/templates/Makefile +++ b/templates/Makefile @@ -13,7 +13,6 @@ shq = $(subst ','\'',$(1)) shellquote = '$(call shq,$(1))' all: boilerplates.made custom - find blt # Put templates that can be copied straight from the source # in a file direc--tory--file in the source. They will be