From 9d5322d6a1220e91a1a4eabda08066bf60fa967e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 12 Jun 2020 07:51:42 +0200 Subject: Make order of imports stable in saved host build configuration --- libbuild2/config/module.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libbuild2/config') 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 { -- cgit v1.1