From: Joel Rosdahl Date: Sat, 18 Sep 2010 17:22:32 +0000 (+0200) Subject: Correct example command string for CCACHE_COMPILERCHECK X-Git-Tag: v3.1.1~10 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=cb2bf5daa1231ea426e50b5fec90d69159d50dc2;p=thirdparty%2Fccache.git Correct example command string for CCACHE_COMPILERCHECK --- diff --git a/NEWS.txt b/NEWS.txt index 6b1b98aa4..56a366873 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -9,10 +9,11 @@ Release date: 2010-09-16 New features and improvements ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - - Added support for hashing the output of a custom command (e.g. `$compiler - --version`) to identify the compiler instead of stat-ing or hashing the - compiler binary. This can improve robustness when the compiler (as seen - by ccache) actually isn't the real compiler but another compiler wrapper. + - Added support for hashing the output of a custom command (e.g. + `%compiler% --version`) to identify the compiler instead of stat-ing or + hashing the compiler binary. This can improve robustness when the + compiler (as seen by ccache) actually isn't the real compiler but another + compiler wrapper. - Added support for caching compilations that use precompiled headers. (See the manual for important instructions regarding this.)