Date: Tue, 19 Jul 2016 18:05:53 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-amd64@FreeBSD.org Subject: [Bug 210142] makewhatis binary is required for building release even with WITHOUT_MAN_UTILS=YES Message-ID: <bug-210142-6-lLrd6iydpP@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-210142-6@https.bugs.freebsd.org/bugzilla/> References: <bug-210142-6@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D210142 --- Comment #2 from commit-hook@freebsd.org --- A commit references this bug: Author: emaste Date: Tue Jul 19 18:05:26 UTC 2016 New revision: 303034 URL: https://svnweb.freebsd.org/changeset/base/303034 Log: Include makewhatis in ITOOLS when MK_MAN_UTILS is true Previously it was conditional on MK_MAN. It's possible to build FreeBSD with man pages but without man page tools. MK_MAN_UTILS is the conditional used in share/man/Makefile for determining whether makewhatis is executed at install time, so it is the proper one for ITOOLS as well. PR: 210142 MFC after: 1 week Changes: head/Makefile.inc1 --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-210142-6-lLrd6iydpP>