WITHOUT_TOOLCHAIN: Fix includes not being staged in WORLDTMP.
This has been the case since r264930 and r274662. Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
11e49977a2
commit
ac978f5a8f
@ -623,9 +623,9 @@ _includes:
|
||||
# Special handling for SUBDIR_OVERRIDE in buildworld as they most likely need
|
||||
# headers from default SUBDIR. Do SUBDIR_OVERRIDE includes last.
|
||||
${_+_}cd ${.CURDIR}; ${WMAKE} SUBDIR_OVERRIDE= SHARED=symlinks \
|
||||
includes
|
||||
MK_INCLUDES=yes includes
|
||||
.if !empty(SUBDIR_OVERRIDE) && make(buildworld)
|
||||
${_+_}cd ${.CURDIR}; ${WMAKE} SHARED=symlinks includes
|
||||
${_+_}cd ${.CURDIR}; ${WMAKE} MK_INCLUDES=yes SHARED=symlinks includes
|
||||
.endif
|
||||
_libraries:
|
||||
@echo
|
||||
|
Loading…
Reference in New Issue
Block a user