From 3155e0ee383d09c2003304f64c64c2376de3f192 Mon Sep 17 00:00:00 2001 From: Valentin Gatien-Baron Date: Sun, 1 Aug 2021 08:02:59 -0400 Subject: try to clarify the help of a couple of compilatoin variables --- src/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/Makefile b/src/Makefile index 15fe96a..15e1c68 100644 --- a/src/Makefile +++ b/src/Makefile @@ -4,7 +4,7 @@ # * Compilation Defines that are set by default: # # FAKE_STAT -# - Enables time faking also for files' timestamps. +# - Enables time faking when reading files' timestamps. # # FAKE_SLEEP # - Also intercept sleep(), nanosleep(), usleep(), alarm(), [p]poll() @@ -31,8 +31,9 @@ # # FAKE_FILE_TIMESTAMPS, FAKE_UTIME # - Enables time faking for the utime* functions. If enabled via -# FAKE_UTIME define instead of FAKE_FILE_TIMESTAMPS, the faking -# defaults to off without FAKE_UTIME in the environment. +# FAKE_FILE_TIMESTAMPS, the faking is opt-in at runtime using +# with the FAKE_UTIME environment variable. If enabled via +# FAKE_UTIME, the faking is opt-out at runtime. # # NO_ATFILE # - Disables support for the fstatat() group of functions -- cgit v1.2.1