about summary refs log tree commit diff
path: root/tests/run-make/metadata-dep-info/dash-separated_something-extra.normalized.d
AgeCommit message (Collapse)AuthorLines
2024-06-28rewrite metadata-dep-info to rmakeOneirical-5/+0
2023-09-03Make `.rmeta` file in `dep-info` have correct name (`lib` prefix)Martin Nordholts-0/+5
Since `filename_for_metadata()` and `OutputFilenames::path(OutputType::Metadata)` had different logic for the name of the metadata file, the `.d` file contained a file name different from the actual name used. Share the logic to fix the out-of-sync name. Closes 68839.