Skip to content

Commit 9099d84

Browse files
committed
Sort file list when creating gettext-files
That way, the created .pot file is more deterministic and not dependent on the order in which the files are found.
1 parent 7db101c commit 9099d84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/nls.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ GETTEXT_FLAGS = $(BACKEND_COMMON_GETTEXT_FLAGS) \
1212
write_stderr:1:c-format
1313

1414
gettext-files: distprep
15-
find $(srcdir)/ $(srcdir)/../port/ -name '*.c' -print >$@
15+
find $(srcdir)/ $(srcdir)/../port/ -name '*.c' -print | LC_ALL=C sort >$@
1616

1717
my-clean:
1818
rm -f gettext-files

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy