Standardize NO_CCACHE flag and ccache definitions
RW
fbsd06 at mlists.homeunix.com
Wed Jun 18 20:42:32 UTC 2008
On Wed, 18 Jun 2008 22:06:21 +0300
Alex Kozlov <spam at rm-rf.kiev.ua> wrote:
> In typical case check for size and mtime is enough.
It's not really a question of good enough, if you use the mtime of
the driver on all builds, then *every* time you rebuild the compiler,
you invaldate all the cache objects that have been built with it. That
can have a major impact on port building, and it's in things
like "portupgrade -rf gettext" where ccache is most significant. Using
the hash avoids that problem.
More information about the freebsd-ports
mailing list