Commit Graph

4 Commits

Author SHA1 Message Date
Michael Forney 2eddb78d1b Store dist files in config.distdir
This makes it easy to remove old distfiles with `git clean -f dist`.
2026-03-12 16:40:37 -07:00
Michael Forney 4d42d8a3eb Only apply patches ending in .patch
This way you can rename them to skip application.
2022-10-30 15:31:37 -07:00
Michael Forney a936fbebd1 Use --keep-non-patch when applying git patches
Some of our patches use bracketed tags.
2021-09-07 13:41:11 -07:00
Michael Forney 741d252822 Port build scripts to POSIX shell
Since we are now using Lua to generate ninja files, use of rc in build scripts
seems unnecessary and adds an additional bootstrap dependency. None of them are
too fancy, so just port to POSIX sh instead.
2018-02-16 02:52:34 -08:00