]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Sort file list for msgfmt krb5-1.10
authorTom Yu <tlyu@mit.edu>
Wed, 15 Jan 2014 23:40:57 +0000 (18:40 -0500)
committerTom Yu <tlyu@mit.edu>
Thu, 23 Jan 2014 03:23:43 +0000 (22:23 -0500)
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

src/po/Makefile.in

index 380674c8d8cb1c791c35222d0a78fcecac6057c3..ac4263097d38cfb2781c08f79c1026b69c05f991 100644 (file)
@@ -31,7 +31,7 @@ update-po: csrcs check_et_@COM_ERR_VERSION@
        $(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: