summaryrefslogtreecommitdiffstats
path: root/Tools/md5_tstamp.py
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-10-14 11:01:21 +0200
committerDavid Robillard <d@drobilla.net>2019-10-14 11:01:21 +0200
commitfa87543e7d6bb243ff068c64069fc43342041073 (patch)
tree92284f108be4868e5aa849da21519e326c81c5a0 /Tools/md5_tstamp.py
parent2f22513494d9c5092254c428eb487510d81a7857 (diff)
downloadautowaf-fa87543e7d6bb243ff068c64069fc43342041073.tar.gz
autowaf-fa87543e7d6bb243ff068c64069fc43342041073.tar.bz2
autowaf-fa87543e7d6bb243ff068c64069fc43342041073.zip
Upgrade to waf 2.0.18
Diffstat (limited to 'Tools/md5_tstamp.py')
-rw-r--r--Tools/md5_tstamp.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/Tools/md5_tstamp.py b/Tools/md5_tstamp.py
index 2a58792..d1569fa 100644
--- a/Tools/md5_tstamp.py
+++ b/Tools/md5_tstamp.py
@@ -2,7 +2,10 @@
# encoding: utf-8
"""
-Re-calculate md5 hashes of files only when the file time have changed.
+Re-calculate md5 hashes of files only when the file time have changed::
+
+ def options(opt):
+ opt.load('md5_tstamp')
The hashes can also reflect either the file contents (STRONGEST=True) or the
file time and file size.