Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F168026598
D16761.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
926 B
Referenced Files
None
Subscribers
None
D16761.diff
View Options
Index: head/Makefile.inc1
===================================================================
--- head/Makefile.inc1
+++ head/Makefile.inc1
@@ -723,7 +723,7 @@
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 \
Index: head/usr.bin/mandoc/Makefile
===================================================================
--- head/usr.bin/mandoc/Makefile
+++ head/usr.bin/mandoc/Makefile
@@ -14,6 +14,8 @@
LINKS= ${BINDIR}/mandoc ${BINDIR}/whatis \
${BINDIR}/mandoc ${BINDIR}/makewhatis \
${BINDIR}/mandoc ${BINDIR}/apropos
+.elif defined(BOOTSTRAPPING)
+.error "MK_MAN_UTILS should be set to yes when bootstrapping"
.endif
LIBMAN_SRCS= man.c \
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Aug 27, 12:15 AM (18 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37337274
Default Alt Text
D16761.diff (926 B)
Attached To
Mode
D16761: Ensure that makewhatis is built during bootstrap-tools stage
Attached
Detach File
Event Timeline
Log In to Comment