Use more clear SRCTOP here.

Sponsored by:	Dell EMC Isilon
This commit is contained in:
Bryan Drewery 2017-10-31 00:03:22 +00:00
parent 3752a407af
commit 1128ae004f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=325177

View File

@ -86,7 +86,7 @@ BSTCARGS= \
# finally we build toolchain leveraging the above.
bootstrap-toolchain: .MAKE cross-tools
${BSTCENV} ${MAKE} -C ${.CURDIR:H:H} ${BSTCARGS} toolchain
${BSTCENV} ${MAKE} -C ${SRCTOP} ${BSTCARGS} toolchain
# Ensure CCACHE_DIR is ignored since we are processing .meta files here.
.include <bsd.compiler.mk>