summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2016-06-05 23:56:28 +0000
committerbdrewery <bdrewery@FreeBSD.org>2016-06-05 23:56:28 +0000
commit4c817704eb2f85ef8fd3a7b07656bf0e9501997c (patch)
treea55f2923a86ade4689468f5c5d24e88ffe9b28ec /Makefile.inc1
parent1db883aabf664e9d756d68eaf879d3f641614c3c (diff)
downloadFreeBSD-src-4c817704eb2f85ef8fd3a7b07656bf0e9501997c.zip
FreeBSD-src-4c817704eb2f85ef8fd3a7b07656bf0e9501997c.tar.gz
legacy: Avoid building/installing headers twice.
Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc15
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 5ff5e1d..dd17644 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1524,8 +1524,9 @@ legacy: .PHONY
cd ${.CURDIR}/${_tool}; \
${MAKE} DIRPRFX=${_tool}/ obj; \
${MAKE} DIRPRFX=${_tool}/ DESTDIR=${MAKEOBJDIRPREFIX}/legacy includes; \
- ${MAKE} DIRPRFX=${_tool}/ all; \
- ${MAKE} DIRPRFX=${_tool}/ DESTDIR=${MAKEOBJDIRPREFIX}/legacy install
+ ${MAKE} DIRPRFX=${_tool}/ MK_INCLUDES=no all; \
+ ${MAKE} DIRPRFX=${_tool}/ MK_INCLUDES=no \
+ DESTDIR=${MAKEOBJDIRPREFIX}/legacy install
.endfor
#
OpenPOWER on IntegriCloud