]> Lady’s Gitweb - Shushe/commit
Add FINDFILTER⸺ variables
authorLady <redacted>
Sat, 25 Jan 2025 19:39:04 +0000 (14:39 -0500)
committerLady <redacted>
Sun, 26 Jan 2025 01:40:46 +0000 (20:40 -0500)
commita555040fdebc4432aee0c167a89e74ed1378f735
tree6ddd554febedbc93953f131798625506e21c0fa1
parent5a363a0a9e519b88fed12252328acd4bfa7689e5
Add FINDFILTER⸺ variables

There are two possible approaches to how these variables could work :—

- By filtering _during_ the `find` (i·e using `-exec`), or
- By filtering _after_ the `find`.

The latter generally seems more efficient and the former doesn’t seem
to offer any benefits, so that is the approach taken here. Filters are
separated by semicolons, which are otherwise forbidden in file·names,
so it shouldn’t be a problem that the regular expressions won’t be able
to contain literal semicolons themselves.

The hope is that these variables provide a much cleaner solution to
`EXTRAFINDRULES` and `EXTRAFINDINCLUDERULES` hackery. Those are still
needed (for now) to manage two‐stage builds, but they’re cumbersome and
probably aren’t ideal in most cases.
GNUmakefile
README.markdown
This page took 0.041409 seconds and 4 git commands to generate.