Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-20 | rules: Fix flag inheritance | Oliver Reiche | |
... which should accumulate values from all base targets unless the flag type (CFLAGS, CXXFLAGS, or LDFLAGS) is explicity overwritten by the inheritor. | |||
2023-09-29 | rule ["patch", "defaults"]: remove unused config variable "TARGET_ARCH" | Klaus Aehlig | |
2023-08-28 | Fix rule doc string of patch defaults | Oliver Reiche | |
2023-08-21 | rules: Add documentation for the implict dependencies | Klaus Aehlig | |
2023-08-16 | patch: Support defaults for patch rules | Oliver Reiche | |
... and extend compatibility by not relying on arguments that are only supported by GNU patch implementations. | |||
2023-08-16 | patch: Drop patch-part | Oliver Reiche | |
... because it was using tool that are not part of coreutils. Using patch parts can still be done via patching patches. | |||
2023-02-28 | Various typo fixes | Paul Cristian Sarbu | |
Co-authored-by: Sascha Roloff <sascha.roloff@huawei.com> | |||
2022-10-27 | rules: Honor ENV for patch separation | Christian Lütke Stetzkamp | |
2022-08-04 | rules: Extend patch rule to split parts from patch | Oliver Reiche | |
2022-04-26 | Improve documenatation of our internal rules | Klaus Aehlig | |
In particular, document the result for the most important rules. | |||
2022-03-04 | Add rule ["patch", "file"] | Klaus Aehlig | |
... to patch a single file, logically in place. |