Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-05-28 | rules documentation: Fix typos | Paul Cristian Sarbu | |
2024-11-06 | Prefer built-in "nub_left" | Klaus Aehlig | |
Now that justbuild 1.4 is available, the workaround of defining "nub_left" in terms of "reverse" and "nub_right" is no longer necessary. | |||
2024-10-21 | shell defaults: properly deduplicate "bin dirs" to the left | Klaus Aehlig | |
2024-07-01 | ["shell", "defaults"]: support "bin dirs" | Klaus Aehlig | |
2024-05-15 | Add shell defaults | Klaus Aehlig | |
So far, our rules, where depending on the shell, implicitly use "normal" defaults, hard-coded in the rules. Support configuring those in a default target, in the same way we do so for other tools, like the C compiler. In this, it is also possible to bring your own shell, built as a (compiled) target. |