summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2014-01-15 18:40:57 -0500
committerTom Yu <tlyu@mit.edu>2014-01-22 22:23:43 -0500
commit902ffe4f2e10e6d3bc4f9d7507cdb741f8c24bd9 (patch)
treeae8f508b7fe2e24ac913f3f35fdd6fabf69f39a0
parentce3ceacd52ac912869549e245a498c2c2c42668b (diff)
downloadkrb5-1.10.tar.gz
Sort file list for msgfmtkrb5-1.10
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
-rw-r--r--src/po/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/po/Makefile.in b/src/po/Makefile.in
index 380674c8d..ac4263097 100644
--- a/src/po/Makefile.in
+++ b/src/po/Makefile.in
@@ -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: