mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-13 10:02:38 +00:00
legacy: Avoid building/installing headers twice.
Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
1e325b6598
commit
aa06dfc9c3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=301477
@ -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
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user