aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2017-01-21 13:17:25 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2017-01-21 13:17:25 +0000
commit7666f5006c1b29b68ec365083dbb583a7c0cc4a8 (patch)
tree604a5b628487c56437517cc06c3d4f6f78f9adfe /Makefile.inc1
parente0f076ceeadcccdfeb46d7e38e7775526e803c37 (diff)
parentef7476572c9a18c0cb4d5dbaf3a81f1628419abb (diff)
downloadsrc-7666f5006c1b29b68ec365083dbb583a7c0cc4a8.tar.gz
src-7666f5006c1b29b68ec365083dbb583a7c0cc4a8.zip
Import mandoc cvs snapshot 20170121 (pre 1.14)
Note that mandoc does not use anymore sqlite3 but a home made database format An important improvement has been made as well in makewhatis performance: Tests on my laptop shows makewhatis on the entire system goes from 26s to 12s
Notes
Notes: svn path=/head/; revision=312593
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc17
1 files changed, 3 insertions, 4 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index dfa8e1e57b03..3decab02b856 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1694,11 +1694,10 @@ _kerberos5_bootstrap_tools= \
.endif
# r283777 makewhatis(1) replaced with mandoc version which builds a database.
-.if ${MK_MANDOCDB} != "no" && ${BOOTSTRAPPING} < 1100075
+.if ${MK_MANDOCDB} != "no"
_libopenbsd?= lib/libopenbsd
-_makewhatis= lib/libsqlite3 \
- usr.bin/mandoc
-${_bt}-usr.bin/mandoc: ${_bt}-lib/libopenbsd ${_bt}-lib/libsqlite3
+_makewhatis= usr.bin/mandoc
+${_bt}-usr.bin/mandoc: ${_bt}-lib/libopenbsd
.endif
bootstrap-tools: .PHONY