DIRDEPS_BUILD: Fix bootstrap-tools not handling CCACHE_DIR properly.
CCACHE_DIR needs to be resolved to its full path before processing legacy.meta or meta mode may see the change to the stats file. Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
9c8b82a95f
commit
f6b9561750
@ -84,3 +84,6 @@ BSTCARGS= \
|
||||
# finally we build toolchain leveraging the above.
|
||||
bootstrap-toolchain: .MAKE cross-tools
|
||||
${BSTCENV} ${MAKE} -C ${.CURDIR:H:H} ${BSTCARGS} toolchain
|
||||
|
||||
# Ensure CCACHE_DIR is ignored since we are processing .meta files here.
|
||||
.include <bsd.compiler.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user