From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keith Wiles Subject: [PATCH] Add Q variable to external builds to be quite Date: Sat, 14 Feb 2015 12:13:27 -0600 Message-ID: <1423937607-35845-1-git-send-email-keith.wiles@intel.com> To: dev-VfR2kkLFssw@public.gmane.org Return-path: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" Signed-off-by: Keith Wiles --- 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