summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2015-03-25 20:57:08 +0000
committeremaste <emaste@FreeBSD.org>2015-03-25 20:57:08 +0000
commit85ed3f67dbc555b46473c419101119bf9dcce214 (patch)
tree6c4c34c46aae7182f26cb477f6e8974daa95e8b9 /Makefile.inc1
parent3cb01b490fb3c86f7870444b59e6c9e7cfab65b1 (diff)
downloadFreeBSD-src-85ed3f67dbc555b46473c419101119bf9dcce214.zip
FreeBSD-src-85ed3f67dbc555b46473c419101119bf9dcce214.tar.gz
Force MK_INCLUDES for the legacy stage
As legacy executes "make installincludes" we don't want it to be disabled by a src.conf setting. Reviewed by: imp MFC after: 1 month Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D2143
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 22d9a01..fa72ce5 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -259,7 +259,8 @@ BMAKE= MAKEOBJDIRPREFIX=${WORLDTMP} \
-DNO_PIC MK_PROFILE=no -DNO_SHARED \
-DNO_CPU_CFLAGS MK_WARNS=no MK_CTF=no \
MK_CLANG_EXTRAS=no MK_CLANG_FULL=no \
- MK_LLDB=no MK_TESTS=no
+ MK_LLDB=no MK_TESTS=no \
+ MK_INCLUDES=yes
# build-tools stage
TMAKE= MAKEOBJDIRPREFIX=${OBJTREE} \
OpenPOWER on IntegriCloud