pgsql: Refactor flex and bison make rules

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Refactor flex and bison make rules
Date: 2012-10-11 11:07:03
Message-ID: E1TMGbX-0000co-0a@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Refactor flex and bison make rules

Numerous flex and bison make rules have appeared in the source tree
over time, and they are all virtually identical, so we can replace
them by pattern rules with some variables for customization.

Users of pgxs will also be able to benefit from this.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/8521d131941be5a177270bc428fa8e684cd645b5

Modified Files
--------------
contrib/cube/Makefile | 14 --------------
contrib/seg/Makefile | 14 --------------
src/Makefile.global.in | 16 ++++++++++++++++
src/backend/bootstrap/Makefile | 16 ----------------
src/backend/parser/Makefile | 20 ++++----------------
src/backend/replication/Makefile | 14 --------------
src/backend/utils/misc/Makefile | 7 -------
src/bin/psql/Makefile | 11 ++---------
src/interfaces/ecpg/preproc/Makefile | 15 +--------------
src/pl/plpgsql/src/Makefile | 9 +--------
src/test/isolation/Makefile | 14 --------------
11 files changed, 24 insertions(+), 126 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2012-10-11 14:52:17 pgsql: Improve replication connection timeouts.
Previous Message Peter Eisentraut 2012-10-11 01:46:15 Re: [COMMITTERS] pgsql: Disable _FORTIFY_SOURCE with ICC

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Geoghegan 2012-10-11 11:17:15 Re: tuplesort memory usage: grow_memtuples
Previous Message Amit Kapila 2012-10-11 10:17:11 Re: BUG #7534: walreceiver takes long time to detect n/w breakdown