From 7198a4701afa1b61401dac28ee4e15a852c85322 Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Thu, 10 Mar 2016 08:35:01 -0700 Subject: [PATCH] build: don't print subdir banners Since the individual build steps include the path now, the subdirectory printouts are less useful (especially with parallel make, where output from multiple subdirs gets mixed together). Change-Id: Ied71d39b360b847ca32ccd3547def751ddd9434c Signed-off-by: Daniel Verkamp --- mk/spdk.subdirs.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/mk/spdk.subdirs.mk b/mk/spdk.subdirs.mk index 653a9cf0f..ced7444a3 100644 --- a/mk/spdk.subdirs.mk +++ b/mk/spdk.subdirs.mk @@ -1,3 +1,2 @@ $(DIRS-y) : - @echo "== $S$(S:%=/)$@ ($(MAKECMDGOALS))" $(Q)$(MAKE) -e -C $@ S=$S$(S:%=/)$@ $(MAKECMDGOALS) $(MAKESUBDIRFLAGS)