As a follow-up to [0], sort some file lists and create a static-analysis check to ensure that those lists don't ever become un-sorted. [0]: https://lore.kernel.org/git/nycvar.QRO.7.76.6.2010081156350.50@xxxxxxxxxxxxxxxxx/ Denton Liu (7): Makefile: mark 'check-builtins' as a .PHONY target Makefile: ASCII-sort LIB_OBJS builtin.h: ASCII-sort list of functions test-tool.h: ASCII-sort list of functions Makefile: add 'check-sort' target ci/run-static-analysis.sh: make check-builtins ci/run-static-analysis.sh: make check-sort Makefile | 30 ++++++++++++++++++++++++++++-- builtin.h | 22 +++++++++++----------- check-sort.perl | 31 +++++++++++++++++++++++++++++++ ci/run-static-analysis.sh | 2 +- t/helper/test-tool.h | 6 +++--- 5 files changed, 74 insertions(+), 17 deletions(-) create mode 100755 check-sort.perl -- 2.31.0.rc2.261.g7f71774620