[Firm] [PATCH 2/3] make: Use V=1 for verboseness
Luca Barbato
lu_zero at gentoo.org
Thu Oct 24 11:38:30 CEST 2013
Stay compatible with autotools.
---
Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/Makefile b/Makefile
index 98ece62..a801165 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,10 @@ gendir ?= $(top_builddir)/gen
docdir ?= $(top_builddir)/doc
# This hides the noisy commandline outputs. Show them with "make Q="
+
+ifndef V
Q ?= @
+endif
# Tools
CC ?= cc
--
1.8.3.2
More information about the Firm
mailing list