Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 33dc4fa

Browse files
committed
Don't print USE_PGXS.
1 parent fa77259 commit 33dc4fa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Makefile

+5-5
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
ifdef USE_PGXS # use pgxs
3131
# You can specify path to pg_config in PG_CONFIG var

0 commit comments

Comments
 (0)