diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2011-07-05 15:29:33 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2011-07-05 15:29:33 +0000 |
commit | 6dd8db85f4d239ce9ba57e47601637e18c15461d (patch) | |
tree | 3fec5449795c4892d0f193681f867c258a1f1515 /share/man/man5/bsd.port.mk.5 | |
parent | 7dbad8d906304a3973af7076c5262f2ef276e626 (diff) |
Document CCACHE_DIR and CCACHE_ENV.
Diffstat (limited to 'share/man/man5/bsd.port.mk.5')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 2b641710229..1ef422cb6a0 100644 --- a/share/man/man5/bsd.port.mk.5 +++ b/share/man/man5/bsd.port.mk.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bsd.port.mk.5,v 1.282 2011/07/05 15:16:10 sthen Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.283 2011/07/05 15:29:32 sthen Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -821,6 +821,20 @@ Flags appended to if .Ev WARNINGS is set. +.It Ev CCACHE_DIR +Sets the cache directory used when +.Ev USE_CCACHE +is set to yes. +Defaults to ${WRKOBJDIR}/.ccache. +Can be set on a per-${PKGPATH} basis. +For instance, setting CCACHE_DIR_www/mozilla=/tmp/ccache +will affect only the mozilla port. +.It Ev CCACHE_ENV +Sets additional environment variables when +.Ev USE_CCACHE +is set to yes. +For instance, to enable verbose logging, set +CCACHE_ENV="CCACHE_LOGFILE=/tmp/ccache.log" .It Ev CDROM_SITE Path to a local database that holds distribution files (usually a CD-ROM or other similar media), used to retrieve distribution files before going |