10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73d1bfd commit 9c6aa8cCopy full SHA for 9c6aa8c
contrib/pg_upgrade/Makefile
@@ -11,6 +11,8 @@ OBJS = check.o controldata.o dump.o exec.o file.o function.o info.o \
11
PG_CPPFLAGS = -DFRONTEND -DDLSUFFIX=\"$(DLSUFFIX)\" -I$(srcdir) -I$(libpq_srcdir)
12
PG_LIBS = $(libpq_pgport)
13
14
+EXTRA_CLEAN = delete_old_cluster.sh log/ tmp_check/
15
+
16
ifdef USE_PGXS
17
PG_CONFIG = pg_config
18
PGXS := $(shell $(PG_CONFIG) --pgxs)
@@ -28,5 +30,3 @@ check: test.sh
28
30
# disabled because it upsets the build farm
29
31
#installcheck: test.sh
32
# MAKE=$(MAKE) bindir=$(bindir) libdir=$(libdir) $(SHELL) $<
-
-EXTRA_CLEAN = delete_old_cluster.sh log/ tmp_check/
0 commit comments