diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-06-12 07:51:42 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-06-12 07:51:42 +0200 |
commit | 9d5322d6a1220e91a1a4eabda08066bf60fa967e (patch) | |
tree | b49ab123a1c261302aa459df7f0a67d82b7e8f97 /libbuild2/config/module.hxx | |
parent | bebdfc468e7808704f724e58eaca0c994595dcde (diff) |
Make order of imports stable in saved host build configuration
Diffstat (limited to 'libbuild2/config/module.hxx')
-rw-r--r-- | libbuild2/config/module.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libbuild2/config/module.hxx b/libbuild2/config/module.hxx index ade75cd..5cb4faa 100644 --- a/libbuild2/config/module.hxx +++ b/libbuild2/config/module.hxx @@ -20,10 +20,10 @@ namespace build2 namespace config { // An ordered list of build system modules each with an ordered list of - // 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()) and saved in the order populated. + // 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()) and + // saved in the order populated. // struct saved_variable { |