summaryrefslogtreecommitdiff
path: root/mk/compiler/ccache.mk
AgeCommit message (Expand)AuthorFilesLines
2015-03-20Extend the list of packages that ccache.mk avoids in order to preventtnn1-2/+19
2013-05-09Split BUILD_DEPENDS into TOOL_DEPENDS and BUILD_DEPENDS in mk/.riastradh1-2/+2
2012-03-06Add CCACHE_COMPILERCHECK to the environment when using ccache.sbd1-2/+2
2009-08-31break dependency loop between ccache and digesttnn1-2/+2
2008-02-07Replaced _PKG_SILENT and _PKG_DEBUG with RUN.rillig1-4/+4
2007-10-16Added the variable CCACHE_BASE, so that a ccache other than the onerillig1-26/+35
2006-12-15Remove trailing spaces.martti1-2/+2
2006-10-14Added the user-settable variable CCACHE_DIR, so that the cache can berillig1-2/+13
2006-07-21"BUILD_ENV" was misnamed. It's actually the environment that is passedjlam1-3/+3
2005-01-24Merge down deferred EVAL_PREFIX handling from tv-derecurse branch.tv1-2/+1
2005-01-12Correct my name to what I legally use.jlam1-2/+2
2005-01-12Put a TNF copyright on files that I authored.jlam1-1/+36
2005-01-10_ALIASES.<wrappee> should be cumulative.jlam1-3/+3
2005-01-10Whitespace nits.jlam1-3/+3
2004-11-30Modify the way that the toolchain variables, e.g. CC, CPP, CXX, LD, etc.,jlam1-10/+18
2004-11-17For some reason EVAL_PREFIX is not properly using the _DEFAULT values, sotv1-1/+2
2004-11-17Don't check _*PREFIX/bin for the requested compiler hook program. Iftv1-13/+8
2004-10-09devel/patch is needed by some platforms in order to build ccache, so don'ttv1-2/+2
2004-02-22Allow setting CCACHE_DIR in the environment or in /etc/mk.conf.jlam1-1/+5
2004-02-21Use BUILD_ENV instead of just {CONFIGURE,MAKE}_ENV to pass CCACHE_HASHCCjlam1-3/+2
2004-02-18* Move pkgsrc/mk/compiler/bsd.compiler.mk to pkgsrc/mk/compiler.mk.jlam1-40/+29
2004-02-12Generate a more informative string "CC_VERSION_STRING" that is passed tojlam1-1/+7
2004-02-09Don't have recursive variable definitions.jlam1-3/+3
2004-02-08* Let CC/CXX/CPP/FC always point to the compiler used in the actualjlam1-5/+7
2004-02-07Symlink the compiler into ${WRKDIR} so that there's a consistent path tojlam1-5/+12
2004-02-06Hiding the PATH from certain phases of the build only accidentally workedjlam1-3/+2
2004-02-06We only prepend a directory to the PATH if we haven't already done sojlam1-2/+6
2004-02-05Simpilfy the test for whether we're inside bsd.prefs.mk.jlam1-2/+2
2004-02-05Allow bsd.compiler.mk to be included by both bsd.prefs.mk and bsd.pkg.mk.jlam1-31/+42
2004-02-03Fix a pervasive cut-and-paste bug: change a = back into a +=. Noted byjlam1-2/+2
2004-02-02Only prepend the compiler package location to the PATH if we actuallyjlam1-3/+4
2004-02-02Whitespace fixes.jlam1-5/+5
2004-02-02Support a new variable in package Makefiles:jlam1-4/+24
2004-02-01Match names for the C and C++ compilers with the ones we're masquerading.jlam1-3/+3
2004-02-01New compiler specification framework, based on mk/compiler.mk. Thejlam1-0/+45