From: Joel Rosdahl Date: Tue, 15 Jun 2010 19:31:07 +0000 (+0200) Subject: Update README X-Git-Tag: v3.0~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7cd4f0c7f1c57be42d4253c05c024009e4dfb72f;p=thirdparty%2Fccache.git Update README --- diff --git a/README.txt b/README.txt index bb8a2a8be..3cf79d0c1 100644 --- a/README.txt +++ b/README.txt @@ -5,10 +5,9 @@ ccache README About ----- -ccache is a compiler cache. It speeds up recompilation of C/C++ code by caching -previous compiles and detecting when the same compile is being done again. The -main focus is to handle the GNU C/C++ compiler (GCC), but it may also work with -compilers that mimic GCC good enough. +ccache is a compiler cache. It speeds up recompilation by caching the result of +previous compilations and detecting when the same compilation is being done +again. Supported languages are C, C++, Objective-C and Objective-C++. Please see the manual page and documentation at http://ccache.samba.org for more information. @@ -73,7 +72,7 @@ ccache was originally written by Andrew Tridgell and is currently maintained by Joel Rosdahl. ccache started out as a reimplementation of Erik Thiele's ``compilercache'' (see http://www.erikyyy.de/compilercache/) in C. -See also the NEWS file. +See also NEWS.txt or NEWS.html. Copyright