diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2011-05-17 13:15:58 +0100 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2011-05-17 13:15:58 +0100 |
commit | f5e7f8e8d41fd9fa6f8e3fdc7930134eef9855a3 (patch) | |
tree | adafdcb0863a047776b1b5ce8604dee072fd74bd | |
parent | 41032c035366c25547bc7ce470638624c23a405e (diff) | |
download | xine-lib-f5e7f8e8d41fd9fa6f8e3fdc7930134eef9855a3.tar.gz xine-lib-f5e7f8e8d41fd9fa6f8e3fdc7930134eef9855a3.tar.bz2 |
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.
-rw-r--r-- | misc/Makefile.quiet | 2 |
1 files changed, 2 insertions, 0 deletions
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) |