summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4bfb6b6)
raw | patch | inline | side by side (parent: 4bfb6b6)
author | Junio C Hamano <junkio@cox.net> | |
Tue, 8 Nov 2005 16:58:52 +0000 (08:58 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 8 Nov 2005 16:58:52 +0000 (08:58 -0800) |
As Pasky pointed out, building in templates directory showed
list of built template files which was unneeded. This commit
also fixes another build annoyance I recently left in by
accident.
Signed-off-by: Junio C Hamano <junkio@cox.net>
list of built template files which was unneeded. This commit
also fixes another build annoyance I recently left in by
accident.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/build-docdep.perl | patch | blob | history | |
templates/Makefile | patch | blob | history |
index 6ff35e02faf386f103fd691d8ccca346e181614c..489389c32af57d39bb843e2b0621144b38006fa3 100755 (executable)
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 07e928e56dd00678fdbe092b65bd16f7b7edfcc7..8f7f4fec34ad76b85d61f20821f18a1d3ca9a3b2 100644 (file)
--- a/templates/Makefile
+++ b/templates/Makefile
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