summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2014-01-15 18:40:57 -0500
committerTom Yu <tlyu@mit.edu>2014-01-15 18:48:01 -0500
commitf131c5a4e266d07753a1f219d35c1bf82d98c0fb (patch)
tree99b2a578732ef3c6e65fcb5d45b1354d7feb4151
parente972ce069dd45aad74e4f4853570ab27cfea05c2 (diff)
Sort file list for msgfmt
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
-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 380674c8d8..ac4263097d 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: