Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Makefile: sort input filenames to SHA256STAMP
Make's 'wildcard' function returns matching file paths in an unpredictable order, thereby causing false mismatches in the produced SHA256STAMPs from system to system. This commit sorts the file paths given to 'cat' to make the stamps deterministic. Changelog-Fixed: The build system no longer spuriously regenerates generated sources due to differences in `readdir`(3) sort order.
- Loading branch information