[28197] in CVS-changelog-for-Kerberos-V5
krb5 commit [krb5-1.11]: Sort file list for msgfmt
daemon@ATHENA.MIT.EDU (Tom Yu)
Thu Jan 16 15:48:55 2014
Date: Thu, 16 Jan 2014 15:46:43 -0500
From: Tom Yu <tlyu@mit.edu>
Message-Id: <201401162046.s0GKkhSj014129@drugstore.mit.edu>
To: cvs-krb5@mit.edu
Reply-To: krbdev@mit.edu
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cvs-krb5-bounces@mit.edu
https://github.com/krb5/krb5/commit/f9ace88f42847f056ebb2e3e99b9d1444383f34c
commit f9ace88f42847f056ebb2e3e99b9d1444383f34c
Author: Tom Yu <tlyu@mit.edu>
Date: Wed Jan 15 18:40:57 2014 -0500
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".
(cherry picked from commit f131c5a4e266d07753a1f219d35c1bf82d98c0fb)
ticket: 7835 (new)
version_fixed: 1.11.5
status: resolved
src/po/Makefile.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/po/Makefile.in b/src/po/Makefile.in
index 380674c..ac42630 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:
_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5