summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2014-04-18 10:02:46 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2014-04-18 10:02:46 +0000
commitcfec8e7dd475c94238ee036ee0609022bebedea4 (patch)
tree840919dbe1e1202011b636dcbca7412cf8fe23b7
parent90aea53f9d3e0897a709f2c06b7a22359e1e0041 (diff)
Reduce the build time for the makewhatis(8) step by roughly a factor of 3.
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8d5c93d2f..3657fb79a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.56 2014/03/24 20:41:19 sthen Exp $
+# $OpenBSD: Makefile,v 1.57 2014/04/18 10:02:45 schwarze Exp $
.include <bsd.own.mk>
.include <bsd.xconf.mk>
@@ -52,7 +52,7 @@ beforeinstall beforebuild:
afterinstall afterbuild:
exec ${MAKE} fix-appd
- /usr/libexec/makewhatis -v ${DESTDIR}/usr/X11R6/man
+ /usr/sbin/makewhatis -Qv ${DESTDIR}/usr/X11R6/man
install-mk:
cd share/mk && exec ${MAKE} X11BASE=${X11BASE} install