Useless mention of RMGRDESCSOURCES in src/bin/pg_rewind/Makefile - Mailing list pgsql-hackers

From Michael Paquier
Subject Useless mention of RMGRDESCSOURCES in src/bin/pg_rewind/Makefile
Date
Msg-id CAB7nPqS11JuPQ4EmbX4wfiGKJdsZa+bJ6Q8hGXkVM_=_OiaUfQ@mail.gmail.com
Whole thread Raw
Responses Re: Useless mention of RMGRDESCSOURCES in src/bin/pg_rewind/Makefile  (Fujii Masao <masao.fujii@gmail.com>)
List pgsql-hackers
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

Attachment

pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: Re: [COMMITTERS] pgsql: Map basebackup tablespaces using a tablespace_map file
Next
From: Fujii Masao
Date:
Subject: Re: Re: [COMMITTERS] pgsql: Map basebackup tablespaces using a tablespace_map file