From: Andrew Tridgell Date: Thu, 25 Sep 2003 05:42:01 +0000 (+0200) Subject: - updated spec version X-Git-Tag: v2.3~10 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=27f95a9bded2641357901b8648523991720fb008;p=thirdparty%2Fccache.git - updated spec version - updated html manpage --- diff --git a/packaging/ccache.spec b/packaging/ccache.spec index dd11001ac..344ba5503 100644 --- a/packaging/ccache.spec +++ b/packaging/ccache.spec @@ -1,6 +1,6 @@ Summary: Compiler Cache Name: ccache -Version: 2.0 +Version: 2.3 Release: 1 Group: Development/Languages License: GPL diff --git a/web/ccache-man.html b/web/ccache-man.html index ad27b3e9c..f739ddbd2 100644 --- a/web/ccache-man.html +++ b/web/ccache-man.html @@ -273,6 +273,11 @@ are:
  • ccache can handle a much wider ranger of compiler options
  • ccache avoids a double call to cpp on a cache miss +

    BUGS

    + +

    When the cache is stored on an NFS filesystem, the filesystem must be +exported with the no_subtree_check option to make renames between +directories reliable.

    CREDITS

    Thanks to the following people for their contributions to ccache