aboutsummaryrefslogtreecommitdiff
path: root/build2/config/module
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-07-21 10:04:18 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-07-21 10:04:18 +0200
commitd8f26e8402bbe19820545db90394f657ae42e598 (patch)
treea1430c3077de2053ef32013c2eef5e50b840a43a /build2/config/module
parentde15b95d09d00821aa23e96a0c3e827689c27a58 (diff)
Save default/hinted ar/ld/rc values as commented out
This way, when we, for example, change the C++ compiler (which hinted these values), they will be automatically adjusted as well.
Diffstat (limited to 'build2/config/module')
-rw-r--r--build2/config/module7
1 files changed, 4 insertions, 3 deletions
diff --git a/build2/config/module b/build2/config/module
index adc9b05..aed85a5 100644
--- a/build2/config/module
+++ b/build2/config/module
@@ -19,9 +19,10 @@ namespace build2
{
struct module: module_base
{
- // A sorted list of config.* variables and flags (currently unused) that
- // are used (as opposed to just specified) in this configuration.
- // Populated by the config utility functions (required(), optional())
+ // A sorted list of config.* variables and their "save flags" (see
+ // save_variable()) that are used (as opposed to just being specified)
+ // in this configuration. Populated by the config utility functions
+ // (required(), optional())
//
butl::prefix_map<variable_cref, uint64_t, '.'> vars;