Useless mention of RMGRDESCSOURCES in src/bin/pg_rewind/Makefile

Started by Michael Paquieralmost 11 years ago2 messageshackers
Jump to latest
#1Michael Paquier
michael@paquier.xyz

Hi all,

pg_rewind's Makefile uses RMGRDESCSOURCES:
EXTRA_CLEAN = $(RMGRDESCSOURCES) xlogreader.c
However this variable is defined only in the Makefile of pg_xlogdump
so it has no utility in this case.
Attached is a cleanup patch.
Regards,
--
Michael

Attachments:

20150609_pgrewind_makefile_cleanup.patchtext/x-diff; charset=US-ASCII; name=20150609_pgrewind_makefile_cleanup.patchDownload+1-1
#2Fujii Masao
masao.fujii@gmail.com
In reply to: Michael Paquier (#1)
Re: Useless mention of RMGRDESCSOURCES in src/bin/pg_rewind/Makefile

On Tue, Jun 9, 2015 at 1:39 PM, Michael Paquier
<michael.paquier@gmail.com> wrote:

Hi all,

pg_rewind's Makefile uses RMGRDESCSOURCES:
EXTRA_CLEAN = $(RMGRDESCSOURCES) xlogreader.c
However this variable is defined only in the Makefile of pg_xlogdump
so it has no utility in this case.
Attached is a cleanup patch.

Good catch. Patch applied. Thanks!

Regards,

--
Fujii Masao

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers