]> granicus.if.org Git - postgresql/commit
Refactor flex and bison make rules
authorPeter Eisentraut <peter_e@gmx.net>
Thu, 11 Oct 2012 10:57:04 +0000 (06:57 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Thu, 11 Oct 2012 10:57:04 +0000 (06:57 -0400)
commit8521d131941be5a177270bc428fa8e684cd645b5
treebfbf285859f3770aedc6b3c674a45d45cc4be5fe
parentab112068b657a2bd30a7f953c732e2ee75a606f5
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.
contrib/cube/Makefile
contrib/seg/Makefile
src/Makefile.global.in
src/backend/bootstrap/Makefile
src/backend/parser/Makefile
src/backend/replication/Makefile
src/backend/utils/misc/Makefile
src/bin/psql/Makefile
src/interfaces/ecpg/preproc/Makefile
src/pl/plpgsql/src/Makefile
src/test/isolation/Makefile