diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2022-11-16 11:38:23 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2022-11-16 15:09:05 +0100 |
commit | fbc34ed2cb3e42a2d5df6db67a362b127df42f7d (patch) | |
tree | 5ea1e234f4db3e07bf9bec047bd27d7657c881f7 /CHANGELOG.md | |
parent | c3b10ee7c9320ed6cf5daec6310b0296812ea86a (diff) | |
download | justbuild-fbc34ed2cb3e42a2d5df6db67a362b127df42f7d.tar.gz |
Fix effective configuration computation in configure
While the built-in "configure" rule is forwarding the result of
the configured target, its own effective configuration is not that
of the configured target. The effective configuration is defined
to be that part of the incoming configuration that can potentially
influence the result of that target; in particular, this includes
variables read in defining the configuration transition.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b5b9846..eb9de309 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,9 @@ Initial stable release. ### Important changes since `1.0.0~beta5` -- The "configure" built-in rule now evaluates "target" +- The "confgiure" built-in rule now evaluates "target". Also, + a bug in the computation of the effective configuration + was fixed. - Option `--dump-vars` added to `just analyse` - Rule fixes in propagating `ENV` - Launcher functionality added to `just-mr` |