summaryrefslogtreecommitdiffstats
path: root/usr.bin
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 /usr.bin
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 'usr.bin')
-rw-r--r--usr.bin/awk/Makefile2
-rw-r--r--usr.bin/vi/catalog/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/awk/Makefile b/usr.bin/awk/Makefile
index e2e2758..168b22e 100644
--- a/usr.bin/awk/Makefile
+++ b/usr.bin/awk/Makefile
@@ -21,7 +21,7 @@ ytab.h: awkgram.h .NOMETA
ln -sf ${.ALLSRC} ${.TARGET}
proctab.c: maketab
- ./maketab > proctab.c
+ ${BTOOLSPATH:U.}/maketab > proctab.c
build-tools: maketab
maketab: ytab.h ${AWKSRC}/maketab.c ${BUILD_TOOLS_META}
diff --git a/usr.bin/vi/catalog/Makefile b/usr.bin/vi/catalog/Makefile
index e095e6d..a045dbc 100644
--- a/usr.bin/vi/catalog/Makefile
+++ b/usr.bin/vi/catalog/Makefile
@@ -98,7 +98,7 @@ ${c}.check: ${c}.base
.endfor
english.base: dump ${SCAN} #Makefile
- ./dump ${SCAN} |\
+ ${BTOOLSPATH:U.}/dump ${SCAN} |\
sed -e '/|/!d' \
-e 's/|/ "/' \
-e 's/^"//' |\
OpenPOWER on IntegriCloud