projects
/
users
/
kgrittn
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73d1bfd
)
Move EXTRA_CLEAN to where it actually works.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Wed, 30 Nov 2011 04:14:16 +0000
(23:14 -0500)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Wed, 30 Nov 2011 04:14:16 +0000
(23:14 -0500)
contrib/pg_upgrade/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/contrib/pg_upgrade/Makefile
b/contrib/pg_upgrade/Makefile
index 63918625f4f3d595148047c56d90b699264ab576..f00aad01d66494bfb5d7e5f2a863ecb72c92cbd7 100644
(file)
--- a/
contrib/pg_upgrade/Makefile
+++ b/
contrib/pg_upgrade/Makefile
@@
-11,6
+11,8
@@
OBJS = check.o controldata.o dump.o exec.o file.o function.o info.o \
PG_CPPFLAGS = -DFRONTEND -DDLSUFFIX=\"$(DLSUFFIX)\" -I$(srcdir) -I$(libpq_srcdir)
PG_LIBS = $(libpq_pgport)
+EXTRA_CLEAN = delete_old_cluster.sh log/ tmp_check/
+
ifdef USE_PGXS
PG_CONFIG = pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)
@@
-28,5
+30,3
@@
check: test.sh
# disabled because it upsets the build farm
#installcheck: test.sh
# MAKE=$(MAKE) bindir=$(bindir) libdir=$(libdir) $(SHELL) $<
-
-EXTRA_CLEAN = delete_old_cluster.sh log/ tmp_check/