]> xenbits.xensource.com Git - people/julieng/freebsd.git/commitdiff
Add missing .PHONY for parallel subdir target.
authorbdrewery <bdrewery@FreeBSD.org>
Mon, 19 Oct 2015 22:27:32 +0000 (22:27 +0000)
committerbdrewery <bdrewery@FreeBSD.org>
Mon, 19 Oct 2015 22:27:32 +0000 (22:27 +0000)
MFC after: 1 week
Sponsored by: EMC / Isilon Storage Division

share/mk/bsd.subdir.mk

index 037a7fec37ab0a4f8f018b0bd5c728bffb542291..9624a11a689a74ba9959be4e0f0ccabc123e8325 100644 (file)
@@ -102,7 +102,7 @@ __deps=
 .for __dep in ${SUBDIR_DEPEND_${__dir}}
 __deps+= ${__target}_subdir_${__dep}
 .endfor
-${__target}_subdir_${__dir}: .MAKE ${__deps}
+${__target}_subdir_${__dir}: .PHONY .MAKE ${__deps}
 .if !defined(NO_SUBDIR)
        @${_+_}if test -d ${.CURDIR}/${__dir}.${MACHINE_ARCH}; then \
                        ${ECHODIR} "===> ${DIRPRFX}${__dir}.${MACHINE_ARCH} (${__target:realinstall=install})"; \