From 27f95a9bded2641357901b8648523991720fb008 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 25 Sep 2003 07:42:01 +0200 Subject: [PATCH] - updated spec version - updated html manpage --- packaging/ccache.spec | 2 +- web/ccache-man.html | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- 2.47.2