From f5e7f8e8d41fd9fa6f8e3fdc7930134eef9855a3 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Tue, 17 May 2011 13:15:58 +0100 Subject: Add one file which is needed to determine when to build more quietly. Reason is that this is, apparently, only tested with GNU make, so we're restricting it to that. --- misc/Makefile.quiet | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 misc/Makefile.quiet diff --git a/misc/Makefile.quiet b/misc/Makefile.quiet new file mode 100644 index 000000000..8ee368920 --- /dev/null +++ b/misc/Makefile.quiet @@ -0,0 +1,2 @@ +GNU_VERBOSITY := $(if $(findstring GNU,$(shell $(MAKE) -v)),0,1) +V ?= $(GNU_VERBOSITY) -- cgit v1.2.3