summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2014-05-06 15:44:46 +0000
committerimp <imp@FreeBSD.org>2014-05-06 15:44:46 +0000
commit25fb261e2f566e5298909c3163d8ca36c6d7a46f (patch)
tree368b1ea3276b098610393e1d8e02ee1bd85912e2 /Makefile
parentdcd691792add77ffe94abac2eeedacebe41bda13 (diff)
downloadFreeBSD-src-25fb261e2f566e5298909c3163d8ca36c6d7a46f.zip
FreeBSD-src-25fb261e2f566e5298909c3163d8ca36c6d7a46f.tar.gz
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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6cc56b2..b0e21c1 100644
--- a/Makefile
+++ b/Makefile
@@ -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
OpenPOWER on IntegriCloud