Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-28 | Avoid conflicts on case-insensitive file systems | Klaus Aehlig | |
... by renaming test/end-to-end/targets. | |||
2022-11-16 | Fix effective configuration computation in configure | Klaus 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. |