aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2016-04-21 16:43:36 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2016-04-21 16:43:36 +0000
commit40cf3344dce59cb6ee8999db7651ca664830bab9 (patch)
treeaebf89198844860efe5b400246b0e07a3e3f3029 /Makefile.inc1
parent42f42c994259f79e7223dfc0ae09f8d981a02b28 (diff)
downloadsrc-40cf3344dce59cb6ee8999db7651ca664830bab9.tar.gz
src-40cf3344dce59cb6ee8999db7651ca664830bab9.zip
Add more missing .PHONY
Sponsored by: EMC / Isilon Storage Division
Notes
Notes: svn path=/head/; revision=298421
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc110
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index dd4cef45eedb..886b31dc9421 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -660,7 +660,7 @@ _libraries:
${_+_}cd ${.CURDIR}; \
${WMAKE} -DNO_FSCHG MK_HTML=no -DNO_LINT MK_MAN=no \
MK_PROFILE=no MK_TESTS=no MK_TESTS_SUPPORT=${MK_TESTS} libraries
-everything:
+everything: .PHONY
@echo
@echo "--------------------------------------------------------------"
@echo ">>> stage 4.3: building everything"
@@ -679,7 +679,7 @@ WMAKE_TGTS+= everything
WMAKE_TGTS+= build${libcompat}
.endif
-buildworld: buildworld_prologue ${WMAKE_TGTS} buildworld_epilogue
+buildworld: buildworld_prologue ${WMAKE_TGTS} buildworld_epilogue .PHONY
.ORDER: buildworld_prologue ${WMAKE_TGTS} buildworld_epilogue
buildworld_prologue: .PHONY
@@ -717,8 +717,8 @@ buildenv: .PHONY
|| true
TOOLCHAIN_TGTS= ${WMAKE_TGTS:Neverything:Nbuild${libcompat}}
-toolchain: ${TOOLCHAIN_TGTS}
-kernel-toolchain: ${TOOLCHAIN_TGTS:N_includes:N_libraries}
+toolchain: ${TOOLCHAIN_TGTS} .PHONY
+kernel-toolchain: ${TOOLCHAIN_TGTS:N_includes:N_libraries} .PHONY
#
# installcheck
@@ -824,7 +824,7 @@ DEBUG_DISTRIBUTIONS+= base ${EXTRA_DISTRIBUTIONS:S,doc,,:S,tests,,}
MTREE_MAGIC?= mtree 2.0
-distributeworld installworld stageworld: _installcheck_world
+distributeworld installworld stageworld: _installcheck_world .PHONY
mkdir -p ${INSTALLTMP}
progs=$$(for prog in ${ITOOLS}; do \
if progpath=`which $$prog`; then \