The 'buildenv' target can safely be ran with '+'.

This commit is contained in:
Bryan Drewery 2015-11-06 21:49:17 +00:00
parent 465fed1c17
commit 8260928dfd

View File

@ -5,7 +5,7 @@ __<src.init.mk>__:
.if !target(buildenv)
buildenv: .PHONY
@env BUILDENV_DIR=${.CURDIR} ${MAKE} -C ${SRCTOP} buildenv
${_+_}@env BUILDENV_DIR=${.CURDIR} ${MAKE} -C ${SRCTOP} buildenv
.endif
.endif # !target(__<src.init.mk>__)