r19855 - gnucash/trunk/intl-scm - When extracting the translation strings from the scheme files, sort the scheme files to obtain a stable ordering of the output.

Christian Stimming cstim at code.gnucash.org
Sun Nov 21 15:37:43 EST 2010


Author: cstim
Date: 2010-11-21 15:37:43 -0500 (Sun, 21 Nov 2010)
New Revision: 19855
Trac: http://svn.gnucash.org/trac/changeset/19855

Modified:
   gnucash/trunk/intl-scm/Makefile.am
Log:
When extracting the translation strings from the scheme files, sort the scheme files to obtain a stable ordering of the output.

Modified: gnucash/trunk/intl-scm/Makefile.am
===================================================================
--- gnucash/trunk/intl-scm/Makefile.am	2010-11-21 20:17:41 UTC (rev 19854)
+++ gnucash/trunk/intl-scm/Makefile.am	2010-11-21 20:37:43 UTC (rev 19855)
@@ -10,7 +10,7 @@
 
 BUILT_SOURCES = guile-strings.c
 
-SCMFILES = $(shell find ${abs_top_srcdir}/src -name test -prune -o -name '*.scm' -print )
+SCMFILES = $(shell find ${abs_top_srcdir}/src -name test -prune -o -name '*.scm' -print | sort)
 
 # This needs to be generated in srcdir
 guile-strings.c: $(SCMFILES)



More information about the gnucash-changes mailing list