aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2016-06-05 23:56:28 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2016-06-05 23:56:28 +0000
commitaa06dfc9c3d59bc36429ff1dd05106b888c148e4 (patch)
treea55f2923a86ade4689468f5c5d24e88ffe9b28ec /Makefile.inc1
parent1e325b659873dd7c7ff480d4f41d3391fcd6d303 (diff)
downloadsrc-aa06dfc9c3d59bc36429ff1dd05106b888c148e4.tar.gz
src-aa06dfc9c3d59bc36429ff1dd05106b888c148e4.zip
legacy: Avoid building/installing headers twice.
Sponsored by: EMC / Isilon Storage Division
Notes
Notes: svn path=/head/; revision=301477
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 5ff5e1dac500..dd17644c7e10 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
#