summaryrefslogtreecommitdiff
path: root/test/end-to-end/targets/configure-vars.sh
AgeCommit message (Collapse)Author
2023-10-17Avoid conflicts on case-insensitive file systemsKlaus Aehlig
... by renaming test/end-to-end/targets. (cherry-picked from d95d8121199e2519aa441cb1a471cf5aec69574d)
2022-11-16Fix effective configuration computation in configureKlaus Aehlig
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.