diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2016-05-09 22:21:09 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2016-05-09 22:21:09 +0000 |
commit | 29df9f6b755dc709f4f5fac1e8d59d6504032fd9 (patch) | |
tree | c99a235e70fb0021c4252bc6a884b8488c0449e2 /bin/sh/Makefile | |
parent | fe5870b6c7ea91df227d7a26e543de9d1bbefb9e (diff) |
DIRDEPS_BUILD: Run the staged bootstrap-tools version of build-tools.
This avoids running target binaries.
Sponsored by: EMC / Isilon Storage Division
Notes
Notes:
svn path=/head/; revision=299289
Diffstat (limited to 'bin/sh/Makefile')
-rw-r--r-- | bin/sh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/sh/Makefile b/bin/sh/Makefile index d3422b43beff..a3e2c405bcb8 100644 --- a/bin/sh/Makefile +++ b/bin/sh/Makefile @@ -52,11 +52,11 @@ mksyntax: mksyntax.o ${BUILD_TOOLS_META} .ORDER: nodes.c nodes.h nodes.c nodes.h: mknodes nodetypes nodes.c.pat - ./mknodes ${.CURDIR}/nodetypes ${.CURDIR}/nodes.c.pat + ${BTOOLSPATH:U.}/mknodes ${.CURDIR}/nodetypes ${.CURDIR}/nodes.c.pat .ORDER: syntax.c syntax.h syntax.c syntax.h: mksyntax - ./mksyntax + ${BTOOLSPATH:U.}/mksyntax token.h: mktokens sh ${.CURDIR}/mktokens |