diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-04-18 10:02:46 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-04-18 10:02:46 +0000 |
commit | cfec8e7dd475c94238ee036ee0609022bebedea4 (patch) | |
tree | 840919dbe1e1202011b636dcbca7412cf8fe23b7 | |
parent | 90aea53f9d3e0897a709f2c06b7a22359e1e0041 (diff) |
Reduce the build time for the makewhatis(8) step by roughly a factor of 3.
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |