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

Commit1f06b45

Browse files
committed
Don't call rm with empty file list.
1 parent5248e02 commit1f06b45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/nls-global.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $PostgreSQL: pgsql/src/nls-global.mk,v 1.12 2006/04/05 13:40:15 petere Exp $
1+
# $PostgreSQL: pgsql/src/nls-global.mk,v 1.13 2008/05/17 20:24:05 petere Exp $
22

33
# Common rules for Native Language Support (NLS)
44
#
@@ -77,7 +77,7 @@ uninstall-po:
7777

7878

7979
clean-po:
80-
rm -f$(MO_FILES)
80+
$(if$(MO_FILES),rm -f$(MO_FILES))
8181
@rm -f$(addsuffix .old,$(PO_FILES))
8282
rm -f po/$(CATALOG_NAME).pot
8383

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp