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 <daniel.verkamp@intel.com>
This commit is contained in:
parent
bfafdec9ea
commit
7198a4701a
@ -1,3 +1,2 @@
|
|||||||
$(DIRS-y) :
|
$(DIRS-y) :
|
||||||
@echo "== $S$(S:%=/)$@ ($(MAKECMDGOALS))"
|
|
||||||
$(Q)$(MAKE) -e -C $@ S=$S$(S:%=/)$@ $(MAKECMDGOALS) $(MAKESUBDIRFLAGS)
|
$(Q)$(MAKE) -e -C $@ S=$S$(S:%=/)$@ $(MAKECMDGOALS) $(MAKESUBDIRFLAGS)
|
||||||
|
Loading…
Reference in New Issue
Block a user