DORMANTno replies

[PATCH] Make the templates building a bit more silent

From: Petr Baudis <hidden>
Date: 2016-06-15 22:42:11
Subsystem: the rest · Maintainer: Linus Torvalds

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 <redacted>
---

 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
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help