summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.files.mk
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2016-03-11 23:44:59 +0000
committerbdrewery <bdrewery@FreeBSD.org>2016-03-11 23:44:59 +0000
commitf67b615a295f3fd5ea072377243735df330797ea (patch)
treea8c9d58464666ad8d1b58b7c5ed1ac6578070384 /share/mk/bsd.files.mk
parent3e01f13c50249aea2a9354223189824aa173a2f4 (diff)
downloadFreeBSD-src-f67b615a295f3fd5ea072377243735df330797ea.zip
FreeBSD-src-f67b615a295f3fd5ea072377243735df330797ea.tar.gz
Remove out-of-place make(buildincludes) check.
This came in r239572 for META_MODE handling but it doesn't make sense since the staging is always done in make(all); make(buildincludes) is never actually ran in the META_MODE build. Reported by: bapt Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'share/mk/bsd.files.mk')
-rw-r--r--share/mk/bsd.files.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/share/mk/bsd.files.mk b/share/mk/bsd.files.mk
index d22f196..7925d83 100644
--- a/share/mk/bsd.files.mk
+++ b/share/mk/bsd.files.mk
@@ -30,9 +30,7 @@ ${group}OWN?= ${SHAREOWN}
${group}GRP?= ${SHAREGRP}
${group}MODE?= ${SHAREMODE}
${group}DIR?= ${BINDIR}
-.if !make(buildincludes)
STAGE_SETS+= ${group}
-.endif
STAGE_DIR.${group}= ${STAGE_OBJTOP}${${group}DIR}
_${group}FILES=
@@ -49,9 +47,7 @@ ${group}NAME_${file:T}?= ${${group}NAME}
.else
${group}NAME_${file:T}?= ${file:T}
.endif
-.if !make(buildincludes)
STAGE_AS_SETS+= ${file:T}
-.endif
STAGE_AS_${file:T}= ${${group}NAME_${file:T}}
# XXX {group}OWN,GRP,MODE
STAGE_DIR.${file:T}= ${STAGE_OBJTOP}${${group}DIR_${file:T}}
OpenPOWER on IntegriCloud