override USE_CCACHE to "No" when generating the index or hilarity ensues.

ok espie@
This commit is contained in:
jasper 2012-10-08 08:42:23 +00:00
parent 501070dafb
commit 67e778883a
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.72 2012/09/04 19:05:45 jasper Exp $
# $OpenBSD: Makefile,v 1.73 2012/10/08 08:42:23 jasper Exp $
PKGPATH =
MIRROR_MK ?= ${.CURDIR}/distfiles/Makefile
@ -73,7 +73,7 @@ SUBDIR += x11
index:
@rm -f ${.CURDIR}/INDEX
@${_MAKE} ${.CURDIR}/INDEX
@${_MAKE} USE_CCACHE=No ${.CURDIR}/INDEX
${.CURDIR}/INDEX:
@echo "Generating INDEX..."