projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6644791
)
Clean up useless mention of RMGRDESCSOURCES in pg_rewind Makefile.
author
Fujii Masao
<fujii@postgresql.org>
Fri, 12 Jun 2015 03:32:48 +0000
(12:32 +0900)
committer
Fujii Masao
<fujii@postgresql.org>
Fri, 12 Jun 2015 03:32:48 +0000
(12:32 +0900)
RMGRDESCSOURCES is defined and used only in pg_xlogdump Makefile,
but pg_rewind Makefile mentioned it as extra files to remove in "make clean".
This patch removes that useless mention from pg_rewind Makefile.
Michael Paquier
src/bin/pg_rewind/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_rewind/Makefile
b/src/bin/pg_rewind/Makefile
index 98213c4ad1f20d956487cbc8ab24078864dbcee8..7d607157e38831a7c7f6f1fb4525aa9c57ad9968 100644
(file)
--- a/
src/bin/pg_rewind/Makefile
+++ b/
src/bin/pg_rewind/Makefile
@@
-24,7
+24,7
@@
OBJS = pg_rewind.o parsexlog.o xlogreader.o datapagemap.o timeline.o \
fetch.o file_ops.o copy_fetch.o libpq_fetch.o filemap.o logging.o \
$(WIN32RES)
-EXTRA_CLEAN =
$(RMGRDESCSOURCES)
xlogreader.c
+EXTRA_CLEAN = xlogreader.c
all: pg_rewind