diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-11-13 09:46:04 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-11-13 09:46:04 +0200 |
commit | 1dc4b29bb57b14bfd8f700be80224b6d865f0184 (patch) | |
tree | c18e6c62de1f71510876285a259e5782eae2c3af /libbuild2/config/module.cxx | |
parent | 8ac1daf33da807635eddd881f2b178af8e22863a (diff) |
Implement config.config.persist logic
Note that the inherited value part is documented but is not yet fully
implemented.
Diffstat (limited to 'libbuild2/config/module.cxx')
-rw-r--r-- | libbuild2/config/module.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/config/module.cxx b/libbuild2/config/module.cxx index 10ec833..f2fcb79 100644 --- a/libbuild2/config/module.cxx +++ b/libbuild2/config/module.cxx @@ -25,7 +25,7 @@ namespace build2 // if (i == sm.end ()) { - // @@ For now with 'config.' prefix. + // Note: with 'config.' prefix. // i = sm.insert (string (n, 0, n.find ('.', 7))).first; } |