freebsd-ports/devel/ccache
Michael Johnson c7897d0359 - Add support to turn off hasing the compiler size and mtime via a
enviroment variable, this aids in 'buildworld' and 'buildkernel'.

 CCACHE_NOHASH_SIZE_MTIME
    This tells ccache to not hash the real compiler's size and modi-
    fication time. Normally this is the mechanism to detect compiler
    upgrades.  There are situations however, where even  though  the
    compiler's  size or modification time has changed you can safely
    use the cached objects (e.g. if as part of your build system the
    compiler  is  built  as  well  and the compiler's source has not
    changed; or if the compiler has only changes that do not  affect
    code generation). Use this feature only if you know what you are
    doing.

Submitted by:	schweikh
2005-11-15 20:03:33 +00:00
..
files - Add support to turn off hasing the compiler size and mtime via a 2005-11-15 20:03:33 +00:00
distinfo - Add SHA256 2005-11-09 07:09:47 +00:00
Makefile - Add support to turn off hasing the compiler size and mtime via a 2005-11-15 20:03:33 +00:00
pkg-descr