From 2314c947706b9480ddd8c1420efa8da523d99c9f Mon Sep 17 00:00:00 2001 From: "Shawn O. Pearce" Date: Tue, 6 Mar 2007 02:09:14 -0500 Subject: 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 Signed-off-by: Junio C Hamano --- templates/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') 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 -- cgit v1.2.3