summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Moore <pmoore@redhat.com>2013-01-14 16:54:46 -0500
committerPaul Moore <pmoore@redhat.com>2013-01-14 16:54:46 -0500
commite4178f92dfb225c2678b91ffd80fb6d72a52c1ea (patch)
treed331d60adb159c822d0e9fb22fa1f399f438f8d3
parent06b3ec77c57ce58d1b3ebb97cb81867d542a4979 (diff)
downloadlibseccomp-e4178f92dfb225c2678b91ffd80fb6d72a52c1ea.tar.gz
build: fix the makefile verbosity
Signed-off-by: Paul Moore <pmoore@redhat.com>
-rw-r--r--macros.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/macros.mk b/macros.mk
index 5989e05..d85ab7b 100644
--- a/macros.mk
+++ b/macros.mk
@@ -70,6 +70,10 @@ GCC ?= gcc
INSTALL ?= install
+ifeq ($(V),0)
+ MAKE += --quiet --no-print-directory
+endif
+
#
# auto dependencies
#