summaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2017-06-23 16:38:46 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2017-06-23 16:38:46 +0000
commitd20bd9e42b73627236f0b6f8b21c5e55da9bb195 (patch)
tree51c4278317db59567a1ce8d0245171196bc51745 /Makefile.inc1
parente02aaf7b5a8b6c92e202da9065656f9d31275f40 (diff)
downloadsrc-test2-d20bd9e42b73627236f0b6f8b21c5e55da9bb195.tar.gz
src-test2-d20bd9e42b73627236f0b6f8b21c5e55da9bb195.zip
Notes
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc13
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index b60bfc18146d..7ef7005691f1 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -87,7 +87,8 @@ OBJTREE= ${MAKEOBJDIRPREFIX}/${TARGET}.${TARGET_ARCH}
# Pull in compiler metadata from buildworld/toolchain if possible to avoid
# running CC from bsd.compiler.mk.
-.if make(installworld) || make(install)
+.if make(installworld) || make(install) || make(distributeworld) || \
+ make(stageworld)
.-include "${OBJTREE}${.CURDIR}/compiler-metadata.mk"
.endif