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

Commit33dc4fa

Browse files
committed
Don't print USE_PGXS.
1 parentfa77259 commit33dc4fa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ USE_PGXS := 1 # so use it anyway, most probably that's what the user wants
2121
endif
2222
endif
2323
# $(info) is introduced in 3.81, and PG doesn't support makes older than 3.80
24-
ifeq ($(MAKE_VERSION),3.80)
25-
$(warning $$USE_PGXS is [${USE_PGXS}] (we use it automatically if not in contrib dir))
26-
else
27-
$(info $$USE_PGXS is [${USE_PGXS}] (we use it automatically if not in contrib dir))
28-
endif
24+
#ifeq ($(MAKE_VERSION),3.80)
25+
#$(warning $$USE_PGXS is [${USE_PGXS}] (we use it automatically if not in contrib dir))
26+
#else
27+
#$(info $$USE_PGXS is [${USE_PGXS}] (we use it automatically if not in contrib dir))
28+
#endif
2929

3030
ifdefUSE_PGXS# use pgxs
3131
# You can specify path to pg_config in PG_CONFIG var

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp