7198a4701a
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>
3 lines
84 B
Makefile
3 lines
84 B
Makefile
$(DIRS-y) :
|
|
$(Q)$(MAKE) -e -C $@ S=$S$(S:%=/)$@ $(MAKECMDGOALS) $(MAKESUBDIRFLAGS)
|