View | Details | Raw Unified | Return to bug 242944
Collapse All | Expand All

(-)/usr/ports.svn/Mk/bsd.ccache.mk (+6 lines)
Lines 4-10 Link Here
4
#
4
#
5
# WITH_CCACHE_BUILD=yes enables depending on ccache and using it in the build.
5
# WITH_CCACHE_BUILD=yes enables depending on ccache and using it in the build.
6
# NO_CCACHE_DEPEND will additionally not add the dependency on ccache.
6
# NO_CCACHE_DEPEND will additionally not add the dependency on ccache.
7
# XXX FIXME: add a line why this might be useful or where it is used
7
# NO_CCACHE will disable this entirely.
8
# NO_CCACHE will disable this entirely.
9
#
10
# This mk file ensures the following variables are defined:
11
# CCACHE_BIN: path and name of the ccache executable
12
# CCACHE_WRAPPER_PATH: XXX FIXME
13
#
8
14
9
COMMANDS_Include_MAINTAINER=	portmgr@FreeBSD.org
15
COMMANDS_Include_MAINTAINER=	portmgr@FreeBSD.org
10
16

Return to bug 242944