Page MenuHomeFreeBSD

D16761.diff
No OneTemporary

D16761.diff

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

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)

Event Timeline