pgsql: Add missed "make clean" logic in src/interfaces/libpq/Makefile.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add missed "make clean" logic in src/interfaces/libpq/Makefile.
Date: 2017-03-20 16:52:03
Message-ID: E1cq0XL-0002kq-9p@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add missed "make clean" logic in src/interfaces/libpq/Makefile.

Commit 818fd4a67 missed cleaning up the symlinks it added for various .c
files imported from src/port and src/common. Neatnik-ishly make the
file lists in the "clean" target look exactly like the earlier lists of
what to symlink in.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/59bfb190f7a8c377a94822ffd4276fcb09650ff7

Modified Files
--------------
src/interfaces/libpq/Makefile | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2017-03-20 17:28:59 pgsql: Add .gitignore for src/test/authentication/tmp_check.
Previous Message Tom Lane 2017-03-20 16:30:35 pgsql: Improve regression test coverage for TID scanning.