summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2012-01-16 08:42:39 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2012-01-16 08:42:39 +0000
commit3a94ae4f229d2bbf40e24765e412e49f58a73b26 (patch)
tree31e2126f8c0af8fdc0d49f9357e034ccdecb38b3
parent19489cb56ba543fa5b770a9081d5fc013244e576 (diff)
Backout activation of the new apropos(1)/whatis(1)/makewhatis(8).
In its current state, it causes too much slowdown, in particular during system builds, and there are other regressions. That cannot be fixed quickly while it's enabled. Problems pointed out by espie@, backout requested by deraadt@, diff "looks good" to espie@.
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 737f00f87..7dd211648 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.42 2012/01/06 23:40:08 schwarze Exp $
+# $OpenBSD: Makefile,v 1.43 2012/01/16 08:42:38 schwarze Exp $
.include <bsd.own.mk>
LOCALAPPD=/usr/local/lib/X11/app-defaults
@@ -46,7 +46,7 @@ afterinstall:
${MAKE} install-mk
${MAKE} fix-appd
${MAKE} font-cache
- /usr/libexec/makewhatis ${DESTDIR}/usr/X11R6/man
+ /usr/libexec/makewhatis -v ${DESTDIR}/usr/X11R6/man
realinstall: _SUBDIRUSE