summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-01-02 23:13:04 +0000
committerbapt <bapt@FreeBSD.org>2015-01-02 23:13:04 +0000
commit624238bb5eaf1205e13a6d6b574a9db368646c73 (patch)
treef17d585f89e90fe74d3eafcf7f22ef83738c1da8 /Makefile.inc1
parent5efd4bba3bebb3fa466a1a0bb6c2c5ba07973322 (diff)
downloadFreeBSD-src-624238bb5eaf1205e13a6d6b574a9db368646c73.zip
FreeBSD-src-624238bb5eaf1205e13a6d6b574a9db368646c73.tar.gz
install-info is also needed for installworld so add it to the bootstrap tools
Add BPATH to the installworld path to ensure using installworld works if install-info is not in base
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc14
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index c23d9c1..b6a3f03 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -815,6 +815,7 @@ MTREE_MAGIC?= mtree 2.0
distributeworld installworld: _installcheck_world
mkdir -p ${INSTALLTMP}
+ export PATH=${BPATH}:${PATH} ; \
progs=$$(for prog in ${ITOOLS}; do \
if progpath=`which $$prog`; then \
echo $$progpath; \
@@ -1313,7 +1314,8 @@ _kerberos5_bootstrap_tools= \
.if ${_BOOTSTRAP_MAKEINFO} != "no"
_texinfo= gnu/usr.bin/texinfo/libtxi \
- gnu/usr.bin/texinfo/makeinfo
+ gnu/usr.bin/texinfo/makeinfo \
+ gnu/usr.bin/texinfo/install-info
.endif
# Please document (add comment) why something is in 'bootstrap-tools'.
# Try to bound the building of the bootstrap-tool to just the
OpenPOWER on IntegriCloud