Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9099d84

Browse files
committed
Sort file list when creating gettext-files
That way, the created .pot file is more deterministic and notdependent on the order in which the files are found.
1 parent7db101c commit9099d84

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)

[8]ページ先頭

©2009-2025 Movatter.jp