mirror of https://github.com/citusdata/citus.git
Make's $(wildcard) does not sort the glob result, but returns filenames in filesystem ordering. This makes the build result vary and hence unreproducible on the binary level. Fix by adding $(sort). Spotted by Debian's reproducible builds project. |
||
|---|---|---|
| .. | ||
| backend | ||
| bin | ||
| include | ||
| test/regress | ||