]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Sort file list for msgfmt
authorTom Yu <tlyu@mit.edu>
Wed, 15 Jan 2014 23:40:57 +0000 (18:40 -0500)
committerTom Yu <tlyu@mit.edu>
Wed, 15 Jan 2014 23:48:01 +0000 (18:48 -0500)
The list of input files for msgfmt was unsorted find output, resulting
in excessively large changes when running "make update-po".

ticket: 7821 (new)
target_version: 1.12.1
tags: pullup

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: