summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Gatien-Baron <valentin.gatienbaron@gmail.com>2021-08-01 08:02:59 -0400
committerValentin Gatien-Baron <valentin.gatienbaron@gmail.com>2021-08-01 08:02:59 -0400
commit3155e0ee383d09c2003304f64c64c2376de3f192 (patch)
tree65e4a6f0546ac50ff47136c95b2d027e3a2455d1
parent078a4e406035deacbeca985b7c7d613d654bbb7d (diff)
downloadlibfaketime-3155e0ee383d09c2003304f64c64c2376de3f192.tar.gz
try to clarify the help of a couple of compilatoin variables
-rw-r--r--src/Makefile7
1 files 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