Mark targets with _SUBDIR as .PHONY.

This is mostly fixing META_MODE with realinstall wanting a .meta
file when it does not need one.  These targets really should
always run though since they have _SUBDIR on them.

Approved by:	re (implicit)
Sponsored by:	EMC / Isilon Storage Division
This commit is contained in:
Bryan Drewery 2016-06-15 23:58:09 +00:00
parent 8f8c247740
commit 997ffab7c0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=301941

View File

@ -158,9 +158,9 @@ ${__target}_subdir_${DIRPRFX}${__dir}: .PHONY .MAKE .SILENT ${__deps}
${_SUBDIR_SH};
.endif
.endfor # __dir in ${SUBDIR}
${__target}: ${__subdir_targets}
${__target}: ${__subdir_targets} .PHONY
.else
${__target}: _SUBDIR
${__target}: _SUBDIR .PHONY
.endif # SUBDIR_PARALLEL || _is_standalone_target
.endif # make(${__target})
.endfor # __target in ${SUBDIR_TARGETS}