Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-05-09 | lbmk: use x_ instead of err, where appropriate | Leah Rowe | |
many places in lbmk used err, because older versions of x_ did not handle globbing properly. however, use of x_ is preferable on trivial commands. the only time err() should be called is what it has to be, when x_ can't work, or when a more useful error message is needed, for context. Signed-off-by: Leah Rowe <leah@libreboot.org> | |||
2025-05-08 | mk: re-split tree logic to include/tree.sh | Leah Rowe | |
I really think mk should just be a small stub. Better to keep everything separate. Signed-off-by: Leah Rowe <leah@libreboot.org> |