Content-Length: 257554 | pFad | http://github.com/postgrespro/postgres_cluster/commit/9099d84374eb71860dc881c7a158f8f1262b5734

99 Sort file list when creating gettext-files · postgrespro/postgres_cluster@9099d84 · GitHub
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)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres_cluster/commit/9099d84374eb71860dc881c7a158f8f1262b5734

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy