Echo the target we're working on while traversing subdirs, so one can
better judge how much longer a build will take. Patch submitted by Brian Grayson <bgrayson@ece.utexas.edu> in PR #4419.
This commit is contained in:
parent
f946a9746d
commit
f72895d295
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: bsd.subdir.mk,v 1.29 1997/10/27 19:41:08 drochner Exp $
|
||||
# $NetBSD: bsd.subdir.mk,v 1.30 1997/11/13 09:18:19 thorpej Exp $
|
||||
# @(#)bsd.subdir.mk 8.1 (Berkeley) 6/8/93
|
||||
|
||||
.if !target(__initialized__)
|
||||
|
@ -22,7 +22,7 @@ __REALSUBDIR+=${dir}
|
|||
.for targ in ${TARGETS}
|
||||
.PHONY: ${targ}-${dir}
|
||||
${targ}-${dir}: .MAKE
|
||||
@echo "===> ${_THISDIR_}${dir}"
|
||||
@echo "${targ} ===> ${_THISDIR_}${dir}"
|
||||
@cd ${.CURDIR}/${dir}; \
|
||||
${MAKE} "_THISDIR_=${_THISDIR_}${dir}/" ${targ}
|
||||
subdir-${targ}: ${targ}-${dir}
|
||||
|
|
Loading…
Reference in New Issue