From d8f26e8402bbe19820545db90394f657ae42e598 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 21 Jul 2016 10:04:18 +0200 Subject: 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. --- build2/config/module | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'build2/config/module') 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 vars; -- cgit v1.1