Commit 7198a470 authored by Daniel Verkamp's avatar Daniel Verkamp Committed by Benjamin Walker
Browse files

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: default avatarDaniel Verkamp <daniel.verkamp@intel.com>
parent bfafdec9
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
$(DIRS-y) :
	@echo "== $S$(S:%=/)$@ ($(MAKECMDGOALS))"
	$(Q)$(MAKE) -e -C $@ S=$S$(S:%=/)$@ $(MAKECMDGOALS) $(MAKESUBDIRFLAGS)