X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Fboost%2Ftools%2Fbuild%2Fsrc%2Fbuild%2Ftoolset.py;h=323e7fba336701a287efa5834c4ac8a6eff27118;hb=92f5a8d42d07f9929ae4fa7e01342fe8d96808a8;hp=cf2b24b2e79a122afc9d4461244d97c1d14e42fc;hpb=a0324939f9d0e1905d5df8f57442f09dc70af83d;p=ceph.git diff --git a/ceph/src/boost/tools/build/src/build/toolset.py b/ceph/src/boost/tools/build/src/build/toolset.py index cf2b24b2e..323e7fba3 100644 --- a/ceph/src/boost/tools/build/src/build/toolset.py +++ b/ceph/src/boost/tools/build/src/build/toolset.py @@ -71,7 +71,7 @@ def reset (): # not including any rules in that module. __flags = {} - # A cache for varaible settings. The key is generated from the rule name and the properties. + # A cache for variable settings. The key is generated from the rule name and the properties. __stv = {} reset () @@ -114,7 +114,7 @@ def flags(rule_or_module, variable_name, condition, values = []): are allowed. If left empty, the flag will always used. - Propery sets may use value-less properties + Property sets may use value-less properties ('' vs. 'value') to match absent properties. This allows to separately match