From 56b860217eb00827ba15fc975f71008080af9b65 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 4 Nov 2019 15:11:01 +0200 Subject: Add support for ~host special configuration name in config.import This is the "default host configuration" that corresponds to how the build system itself was built. For example: $ b create: tools/,cc config.import=~host --- build/bootstrap.build | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'build') diff --git a/build/bootstrap.build b/build/bootstrap.build index f2c06f4..e6c0eb4 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -4,6 +4,11 @@ project = build2 +# Force config module creation for meta-opeations other than configure so that +# we can call $config.export() during perform update. +# +config.module = true + using version using config using test -- cgit v1.1