pgsql: Fix missing dependencies in ecpg's test Makefiles. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix missing dependencies in ecpg's test Makefiles.
Date
Msg-id E1WiaeH-0005VK-RP@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix missing dependencies in ecpg's test Makefiles.

Ensure that ecpg preprocessor output files are rebuilt when re-testing
after a change in the ecpg preprocessor itself, or a change in any of
several include files that get copied verbatim into the output files.
The lack of these dependencies was what created problems for Kevin Grittner
after the recent pgindent run.  There's no way for --enable-depend to
discover these dependencies automatically, so we've gotta put them into
the Makefiles by hand.

While at it, reduce the amount of duplication in the ecpg invocations.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/14d309cc55d88b73d4c9d1fa51b535ae491405fd

Modified Files
--------------
src/interfaces/ecpg/test/Makefile.regress         |   21 +++++++++++++---
src/interfaces/ecpg/test/compat_informix/Makefile |   28 +++------------------
src/interfaces/ecpg/test/preproc/Makefile         |   16 ++++++------
src/interfaces/ecpg/test/sql/Makefile             |    4 +--
4 files changed, 31 insertions(+), 38 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Document permissions needed for pg_database_size and pg_tablespa
Next
From: Noah Misch
Date:
Subject: pgsql: Un-break ecpg test suite under --disable-integer-datetimes.