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:
Bryan Drewery 2016-06-05 23:05:07 +00:00
parent 9c8b82a95f
commit f6b9561750
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=301469

View File

@ -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>