aboutsummaryrefslogtreecommitdiff
path: root/targets
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2017-10-31 00:03:22 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2017-10-31 00:03:22 +0000
commit1128ae004fdd8c24199c3f2c426d4b02f2b58c88 (patch)
tree174e7d52d4540e911fe88a0e167e382000f56174 /targets
parent3752a407aff43d6bb55f6b087fd18355ea8226f0 (diff)
downloadsrc-1128ae004fdd8c24199c3f2c426d4b02f2b58c88.tar.gz
src-1128ae004fdd8c24199c3f2c426d4b02f2b58c88.zip
Use more clear SRCTOP here.
Sponsored by: Dell EMC Isilon
Notes
Notes: svn path=/head/; revision=325177
Diffstat (limited to 'targets')
-rw-r--r--targets/pseudo/bootstrap-tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/targets/pseudo/bootstrap-tools/Makefile b/targets/pseudo/bootstrap-tools/Makefile
index 9b0f524f0c63..95f16f0530a8 100644
--- a/targets/pseudo/bootstrap-tools/Makefile
+++ b/targets/pseudo/bootstrap-tools/Makefile
@@ -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>