diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2016-05-09 22:21:09 +0000 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2016-05-09 22:21:09 +0000 |
commit | ed7b2996620412b29e7a0fb776028c92df0228ee (patch) | |
tree | c99a235e70fb0021c4252bc6a884b8488c0449e2 /usr.bin/vi | |
parent | 046391d49f5259a6413733ec6912669cc0c3f72b (diff) | |
download | FreeBSD-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/vi')
-rw-r--r-- | usr.bin/vi/catalog/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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/^"//' |\ |