]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Ensure that the makewhatis symlink is added in the bootstrap-tools stage
authorAlex Richardson <arichardson@FreeBSD.org>
Thu, 10 Sep 2020 15:37:29 +0000 (15:37 +0000)
committerAlex Richardson <arichardson@FreeBSD.org>
Thu, 10 Sep 2020 15:37:29 +0000 (15:37 +0000)
commitb7b5bdba9610255d1108e72110f0dace21d5965a
treefc065e4a7983edd937b48bba78e3ecea912f01aa
parent0a81de38dc1e357210beb23549b5e67579369d0a
Ensure that the makewhatis symlink is added in the bootstrap-tools stage

We currently set MK_MAN=no in $BSARGS so MK_MAN_UTILS will also be false
which means that the makewhatis symlink will not be created.
This change fixes the build when using both -DBUILD_WITH_STRICT_TMPPATH and
-DBOOTSTRAP_ALL_TOOLS.

Tested by: andrew
Differential Revision: https://reviews.freebsd.org/D16761
Makefile.inc1
usr.bin/mandoc/Makefile