]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Improve documentation wording on compiler_check string values
authorJoel Rosdahl <joel@rosdahl.net>
Thu, 26 Nov 2020 19:52:22 +0000 (20:52 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Wed, 2 Dec 2020 21:20:09 +0000 (22:20 +0100)
doc/MANUAL.adoc

index b7d89124bf72cd279d2e73cf411f8a62e054a6f1..f6a88a6df1c13405496af0f4bd70e67eaf8e2a7a 100644 (file)
@@ -422,8 +422,8 @@ project2 will be a different absolute path.
     don't affect code generation). You should only use *none* if you know what
     you are doing.
 *string:value*::
-    Use *value* as the string to calculate hash from. This can be the compiler
-    revision number you retrieved earlier and set here via environment variable.
+    Hash *value*. This can for instance be a compiler revision number or
+    another string that the build system generates to identify the compiler.
 _a command string_::
     Hash the standard output and standard error output of the specified
     command. The string will be split on whitespace to find out the command and