Module Name: src Committed By: mrg Date: Sat Jan 11 01:23:56 UTC 2025
Modified Files: src/lib: Makefile Log Message: move libzstd into the earlier depend group. both libarchive and libfile depend upon libzstd, but they were all in the same group and if you try hard enough, you can trigger a build failure in one of them if it hasn't finished building libzstd yet. (surprised no one else hit this since october 30.) To generate a diff of this commit: cvs rdiff -u -r1.303 -r1.304 src/lib/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.