* [PATCH] Make the templates building a bit more silent
@ 2005-11-08 9:49 Petr Baudis
2005-11-08 17:16 ` Junio C Hamano
0 siblings, 1 reply; 2+ messages in thread
From: Petr Baudis @ 2005-11-08 9:49 UTC (permalink / raw)
To: Junio C Hamano; +Cc: git
The 'all' target in templates/Makefile contained 'find blt', which is
extremely annoying since it dumps all the files to stdout everytime,
cluttering the output and making the build of whole GIT a lot more noisy.
My guess is that it is some debugging leftover, actually.
This patch kills it.
Signed-off-by: Petr Baudis <pasky@suse.cz>
---
templates/Makefile | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/templates/Makefile b/templates/Makefile
index 07e928e..8f7f4fe 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-11-08 17:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-08 9:49 [PATCH] Make the templates building a bit more silent Petr Baudis
2005-11-08 17:16 ` Junio C Hamano
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox