mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-26 11:47:31 +00:00
Use more clear SRCTOP here.
Sponsored by: Dell EMC Isilon
This commit is contained in:
parent
3752a407af
commit
1128ae004f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=325177
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user