From cb2bf5daa1231ea426e50b5fec90d69159d50dc2 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Sat, 18 Sep 2010 19:22:32 +0200 Subject: [PATCH] Correct example command string for CCACHE_COMPILERCHECK --- NEWS.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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.) -- 2.47.2