Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShawn O. Pearce <spearce@spearce.org>2007-03-06 10:09:14 +0300
committerJunio C Hamano <junkio@cox.net>2007-03-06 11:48:13 +0300
commit2314c947706b9480ddd8c1420efa8da523d99c9f (patch)
tree87448f09bbe2f85a14b2a72872779dcd813b46ab /templates/Makefile
parent74f2b2a8d006a49e1be7e30731c2f7365d2741d1 (diff)
Make 'make' quiet by default
Per Junio's suggestion we are setting 'make' to be quiet by default, with `make V=1` available to force GNU make back to its default behavior of showing each command it is running. Signed-off-by: Shawn O. Pearce <spearce@spearce.org> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'templates/Makefile')
-rw-r--r--templates/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/Makefile b/templates/Makefile
index 81bd86ccf3..b8352e731b 100644
--- a/templates/Makefile
+++ b/templates/Makefile
@@ -1,6 +1,6 @@
# make and install sample templates
-ifdef QUIET_MAKE
+ifndef V
QUIET = @
endif