From: Lady Date: Sat, 3 Aug 2024 18:04:28 +0000 (-0400) Subject: Improve dependency tracking X-Git-Tag: 0.12.3^0 X-Git-Url: https://git.ladys.computer/Shushe/commitdiff_plain/84e79eb9ea63d28dfa93dfe7d3acd457905cc53e?hp=84e79eb9ea63d28dfa93dfe7d3acd457905cc53e Improve dependency tracking - Add a `.metadata-format-changed-since` file which is a dependency for metadata generation. The hope is that this file will change when·ever the metadata format does, forcing a rebuild of stale metadata. - Add `PARSERLIBS` and `TRANSFORMLIBS` (and `EXTRA⸺` variants) to enable rebuilds on changes to files that parsers or transforms depend on. ---