third_party: Update waf to version 2.0.17
[samba.git] / third_party / waf / waflib / extras / fast_partial.py
index b3af513b2550f1f014cbb275c20a07a1a4c01185..71b8318eecbed2f82530e2cd1aa362268472eb80 100644 (file)
@@ -17,8 +17,9 @@ Usage::
        def options(opt):
                opt.load('fast_partial')
 
-Assuptions:
+Assumptions:
 * Mostly for C/C++/Fortran targets with link tasks (object-only targets are not handled)
+  try it in the folder generated by utils/genbench.py
 * For full project builds: no --targets and no pruning from subfolders
 * The installation phase is ignored
 * `use=` dependencies are specified up front even across build groups