third_party: Update waf to version 2.0.17
[samba.git] / third_party / waf / waflib / Tools / md5_tstamp.py
index 6428e46024e68618aec00c72d748019cef74129d..d1569fa9ec1726af5c68c03a72ab94491c75068c 100644 (file)
@@ -2,8 +2,10 @@
 # encoding: utf-8
 
 """
-Re-calculate md5 hashes of files only when the file times or the file
-size 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.