From: Petr Baudis <pasky@suse.cz>
To: Junio C Hamano <junkio@cox.net>
Cc: <git@vger.kernel.org>
Subject: [PATCH] Make the templates building a bit more silent
Date: Tue, 08 Nov 2005 10:49:31 +0100 [thread overview]
Message-ID: <20051108094931.23012.6654.stgit@machine.or.cz> (raw)
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
next reply other threads:[~2005-11-08 9:50 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-11-08 9:49 Petr Baudis [this message]
2005-11-08 17:16 ` [PATCH] Make the templates building a bit more silent Junio C Hamano
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20051108094931.23012.6654.stgit@machine.or.cz \
--to=pasky@suse.cz \
--cc=git@vger.kernel.org \
--cc=junkio@cox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).