svn commit: r325177 - head/targets/pseudo/bootstrap-tools

Bryan Drewery bdrewery at FreeBSD.org
Tue Oct 31 00:03:23 UTC 2017


Author: bdrewery
Date: Tue Oct 31 00:03:22 2017
New Revision: 325177
URL: https://svnweb.freebsd.org/changeset/base/325177

Log:
  Use more clear SRCTOP here.
  
  Sponsored by:	Dell EMC Isilon

Modified:
  head/targets/pseudo/bootstrap-tools/Makefile

Modified: head/targets/pseudo/bootstrap-tools/Makefile
==============================================================================
--- head/targets/pseudo/bootstrap-tools/Makefile	Mon Oct 30 23:39:55 2017	(r325176)
+++ head/targets/pseudo/bootstrap-tools/Makefile	Tue Oct 31 00:03:22 2017	(r325177)
@@ -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>


More information about the svn-src-head mailing list