]> git.sesse.net Git - bcachefs-tools-debian/commit
Sort input file list
authorBernhard M. Wiedemann <bwiedemann@suse.de>
Thu, 8 Jun 2023 13:07:48 +0000 (15:07 +0200)
committerBernhard M. Wiedemann <bwiedemann@suse.de>
Thu, 8 Jun 2023 13:07:48 +0000 (15:07 +0200)
commitf43c9702e002db5466916a7c9b619f7ec150da7c
treec6db57efafb3a8399de092fb660e0705adbdc4fd
parent8642d4ae10f167a2eb850403f6d2b60757242b31
Sort input file list

so that libbcachefs.so builds in a reproducible way
in spite of non-deterministic filesystem readdir order.

See https://reproducible-builds.org/ for why this is good.
Makefile