Subject: CVS commit: pkgsrc/mk/compiler
To: None <pkgsrc-changes@NetBSD.org>
From: Roland Illig <rillig@netbsd.org>
List: pkgsrc-changes
Date: 10/16/2007 09:33:30
Module Name: pkgsrc
Committed By: rillig
Date: Tue Oct 16 09:33:30 UTC 2007
Modified Files:
pkgsrc/mk/compiler: ccache.mk
Log Message:
Added the variable CCACHE_BASE, so that a ccache other than the one
installed by devel/ccache can be used. This is especially important for
cross-builds.
Documented IGNORE_CCACHE.
Fixed the double use of the directory ${WRKDIR}/.ccache, which was used
both as wrapper directory and as cache directory.
To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 pkgsrc/mk/compiler/ccache.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.