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

Commit3ad2c8e

Browse files
committed
Clean gettext-files file in clean target
It used to be cleaned in maintainer-clean, but that is inconsistentwith other cleaning of NLS files in nls-global.mk, and it's also wrongoverall, because it's not part of the distribution tarball, which isthe base definition of the maintainer-clean target.
1 parent452d1d1 commit3ad2c8e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/backend/nls.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ GETTEXT_FLAGS = $(BACKEND_COMMON_GETTEXT_FLAGS) \
1414
gettext-files: distprep
1515
find$(srcdir)/$(srcdir)/../port/ -name'*.c' -print>$@
1616

17-
my-maintainer-clean:
17+
my-clean:
1818
rm -f gettext-files
1919

20-
.PHONY: my-maintainer-clean
21-
maintainer-clean: my-maintainer-clean
20+
.PHONY: my-clean
21+
clean: my-clean

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp