diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-11-04 15:11:01 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-11-04 15:16:13 +0200 |
commit | 56b860217eb00827ba15fc975f71008080af9b65 (patch) | |
tree | 882f39a7c228923363162eb17b6f1ac2db38adb4 /build/bootstrap.build | |
parent | b39ce46b80ef5cccc592398e0a74ba8d02742ead (diff) |
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
Diffstat (limited to 'build/bootstrap.build')
-rw-r--r-- | build/bootstrap.build | 5 |
1 files changed, 5 insertions, 0 deletions
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 |