summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-10-15 05:32:56 +0000
committerbdrewery <bdrewery@FreeBSD.org>2015-10-15 05:32:56 +0000
commit504ba9ab05b649ed00b12d36a98f54a4b384e6b6 (patch)
tree3634e363ce9432a95605c0dee00e4b396773043c /Makefile.inc1
parent7da5ecb17db130dc5d4003e5d666e66123398475 (diff)
downloadFreeBSD-src-504ba9ab05b649ed00b12d36a98f54a4b384e6b6.zip
FreeBSD-src-504ba9ab05b649ed00b12d36a98f54a4b384e6b6.tar.gz
Consider top-level targets to be .PHONY as bmake won't build them
otherwise if a file with the same name is found in the directory. MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 4e6a873..1cdefc9 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1062,7 +1062,7 @@ INSTALLKERNEL= ${_kernel}
.endif
.endfor
-buildkernel ${WMAKE_TGTS:N_worldtmp} ${.ALLTARGETS:M_*:N_worldtmp}: .MAKE
+buildkernel ${WMAKE_TGTS:N_worldtmp} ${.ALLTARGETS:M_*:N_worldtmp}: .MAKE .PHONY
#
# buildkernel
OpenPOWER on IntegriCloud