No need to install man pages for bootstrapping new make. Some

environments (that I can't reproduce locally, but that others have
reported) seem to get tripped up by this man page install. There's
really no need to do it, so turn off the man pages using the most
portable method. We can't just directly set MK_MAN=no here because
we're bootstrapping in the host environment and such a setting was
forbidden until very recently. NO_MAN= can produce a warning, but for
now the warning is benign.
This commit is contained in:
Warner Losh 2014-05-06 15:44:46 +00:00
parent fa7bd4a732
commit dd581d4b74
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=265453

View File

@ -347,7 +347,7 @@ make bmake: .PHONY
${MMAKE} obj && \
${MMAKE} depend && \
${MMAKE} all && \
${MMAKE} install DESTDIR=${MYMAKE:H} BINDIR=
${MMAKE} install DESTDIR=${MYMAKE:H} BINDIR= NO_MAN=t
tinderbox toolchains kernel-toolchains: upgrade_checks