From: Joel Rosdahl Date: Fri, 11 Nov 2022 19:53:09 +0000 (+0100) Subject: doc: Improve description of header file handling after 24cfb7998c27 X-Git-Tag: v4.7.4~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfc03064f42795a005405136fe7a1847d4c26cf2;p=thirdparty%2Fccache.git doc: Improve description of header file handling after 24cfb7998c27 --- diff --git a/doc/MANUAL.adoc b/doc/MANUAL.adoc index 39f2adc93..31651f50d 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 <>, disables caching completely). This done as a safety measure to avoid a race condition (see below).