The list of input files for msgfmt was unsorted find output, resulting
in excessively large changes when running "make update-po".
(cherry picked from commit
f131c5a4e266d07753a1f219d35c1bf82d98c0fb)
ticket: 7848 (new)
version_fixed: 1.10.8
status: resolved
$(XGETTEXT) -kN_ -j -o $(POTFILE) $(ETSRCS)
csrcs: always
- find $(top_srcdir) -name "*.c" -print > $@
+ find $(top_srcdir) -name "*.c" -print | LC_ALL=C sort > $@
check_et_k5 check_et_intlsys:
check_et_sys: