]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
doc: Improve description of header file handling after 24cfb7998c27
authorJoel Rosdahl <joel@rosdahl.net>
Fri, 11 Nov 2022 19:53:09 +0000 (20:53 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Fri, 11 Nov 2022 19:54:38 +0000 (20:54 +0100)
doc/MANUAL.adoc

index 39f2adc936fdc71820b8c1c987b5ed2bd9397c34..31651f50dcaefa23cd72e0fe3d6886e03d608755 100644 (file)
@@ -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).