[dpdk-dev] [PATCH] Add Q variable to external builds to be quite

Keith Wiles keith.wiles at intel.com
Sat Feb 14 19:13:27 CET 2015


Signed-off-by: Keith Wiles <keith.wiles at intel.com>
---
 mk/rte.extvars.mk | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/mk/rte.extvars.mk b/mk/rte.extvars.mk
index 3e5a990..83a5721 100644
--- a/mk/rte.extvars.mk
+++ b/mk/rte.extvars.mk
@@ -66,6 +66,10 @@ endif
 RTE_OUTPUT ?= $(RTE_SRCDIR)/build
 export RTE_OUTPUT
 
+# define Q to '@' or not. $(Q) is used to prefix all shell commands to
+# be executed silently.
+Q=@
+
 # if we are building an external application, include SDK
 # configuration and include project configuration if any
 include $(RTE_SDK_BIN)/.config
-- 
2.3.0



More information about the dev mailing list