summaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorAlex Richardson <arichardson@FreeBSD.org>2020-09-10 15:37:29 +0000
committerAlex Richardson <arichardson@FreeBSD.org>2020-09-10 15:37:29 +0000
commitb7b5bdba9610255d1108e72110f0dace21d5965a (patch)
treefc065e4a7983edd937b48bba78e3ecea912f01aa /Makefile.inc1
parent0a81de38dc1e357210beb23549b5e67579369d0a (diff)
downloadsrc-test-b7b5bdba9610255d1108e72110f0dace21d5965a.tar.gz
src-test-b7b5bdba9610255d1108e72110f0dace21d5965a.zip
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
Notes
Notes: svn path=/head/; revision=365584
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 4c4fdf601ce0a..354ac308c833e 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -723,7 +723,7 @@ BSARGS= DESTDIR= \
BOOTSTRAPPING=${BOOTSTRAPPING_OSRELDATE} \
BWPHASE=${.TARGET:C,^_,,} \
SSP_CFLAGS= \
- MK_HTML=no NO_LINT=yes MK_MAN=no \
+ MK_HTML=no NO_LINT=yes MK_MAN=no MK_MAN_UTILS=yes \
-DNO_PIC MK_PROFILE=no -DNO_SHARED \
-DNO_CPU_CFLAGS MK_WARNS=no MK_CTF=no \
MK_CLANG_EXTRAS=no MK_CLANG_FORMAT=no MK_CLANG_FULL=no \