summaryrefslogtreecommitdiffstats
path: root/share/syscons
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2016-05-09 22:21:09 +0000
committerbdrewery <bdrewery@FreeBSD.org>2016-05-09 22:21:09 +0000
commited7b2996620412b29e7a0fb776028c92df0228ee (patch)
treec99a235e70fb0021c4252bc6a884b8488c0449e2 /share/syscons
parent046391d49f5259a6413733ec6912669cc0c3f72b (diff)
downloadFreeBSD-src-ed7b2996620412b29e7a0fb776028c92df0228ee.zip
FreeBSD-src-ed7b2996620412b29e7a0fb776028c92df0228ee.tar.gz
DIRDEPS_BUILD: Run the staged bootstrap-tools version of build-tools.
This avoids running target binaries. Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'share/syscons')
-rw-r--r--share/syscons/scrnmaps/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/syscons/scrnmaps/Makefile b/share/syscons/scrnmaps/Makefile
index 1e14e50..1a082a5 100644
--- a/share/syscons/scrnmaps/Makefile
+++ b/share/syscons/scrnmaps/Makefile
@@ -15,7 +15,7 @@ FILESDIR= ${SHAREDIR}/syscons/scrnmaps
build-tools: ${SCRMAPS_MK}
${SCRMAPS}: ${.TARGET:R}.mk
- ./${.TARGET:R}.mk ${.TARGET:R}.tmp
+ ${BTOOLSPATH:U.}/${.TARGET:R}.mk ${.TARGET:R}.tmp
uuencode ${.TARGET:R}.tmp ${.TARGET:R} > ${.TARGET}
rm -f ${.TARGET:R}.tmp
OpenPOWER on IntegriCloud