projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e323c55
)
Remove analyze_new_cluster.sh on make clean, too
author
Alvaro Herrera
<
[email protected]
>
Mon, 27 Aug 2012 16:42:59 +0000
(12:42 -0400)
committer
Alvaro Herrera
<
[email protected]
>
Mon, 27 Aug 2012 18:29:14 +0000
(14:29 -0400)
contrib/pg_upgrade/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/contrib/pg_upgrade/Makefile
b/contrib/pg_upgrade/Makefile
index 364b20df1ba3d4555da484c49576ab1c5693bff8..dec57a6130d97e3425107c2bba98273d9e2c0c27 100644
(file)
--- a/
contrib/pg_upgrade/Makefile
+++ b/
contrib/pg_upgrade/Makefile
@@
-11,7
+11,7
@@
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/
+EXTRA_CLEAN =
analyze_new_cluster.sh
delete_old_cluster.sh log/ tmp_check/
ifdef USE_PGXS
PG_CONFIG = pg_config