summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2022-11-11 20:53:09 +0100
committerJoel Rosdahl <joel@rosdahl.net>2022-11-11 20:54:38 +0100
commitbfc03064f42795a005405136fe7a1847d4c26cf2 (patch)
treeb3a670294277d6fc79e953c57ce7834db6234b17
parent203d18162980e9a6002968fd201fe8a7aa4604a0 (diff)
downloadccache-bfc03064f42795a005405136fe7a1847d4c26cf2.tar.gz
doc: Improve description of header file handling after 24cfb7998c27
-rw-r--r--doc/MANUAL.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/MANUAL.adoc b/doc/MANUAL.adoc
index 39f2adc9..31651f50 100644
--- a/doc/MANUAL.adoc
+++ b/doc/MANUAL.adoc
@@ -1591,8 +1591,8 @@ The depend mode will be disabled if any of the following holds:
== Handling of newly created header files
If modification time (mtime) or status change time (ctime) of one of the include
-files is the same second as the time compilation is being done, ccache disables
-the direct mode (or, in the case of a <<Precompiled headers,precompiled
+files is equal to (or newer than) the time compilation is being done, ccache
+disables the direct mode (or, in the case of a <<Precompiled headers,precompiled
header>>, disables caching completely). This done as a safety measure to avoid a
race condition (see below).