From ed7b2996620412b29e7a0fb776028c92df0228ee Mon Sep 17 00:00:00 2001 From: bdrewery Date: Mon, 9 May 2016 22:21:09 +0000 Subject: DIRDEPS_BUILD: Run the staged bootstrap-tools version of build-tools. This avoids running target binaries. Sponsored by: EMC / Isilon Storage Division --- share/syscons/scrnmaps/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/syscons') 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 -- cgit v1.1