]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Ensure that the makewhatis symlink is added in the bootstrap-tools stage
authorarichardson <arichardson@FreeBSD.org>
Thu, 10 Sep 2020 15:37:29 +0000 (15:37 +0000)
committerarichardson <arichardson@FreeBSD.org>
Thu, 10 Sep 2020 15:37:29 +0000 (15:37 +0000)
commit3fecc9686eb0d8986a4b8f998bb85dba65a50502
treefc065e4a7983edd937b48bba78e3ecea912f01aa
parent5a8dc1ce273383a8c27063e6b58112900ba42480
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