pgsql: ecpg: Improve test building

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: ecpg: Improve test building
Date: 2012-02-02 18:33:46
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

ecpg: Improve test building

Further improve on commit c75e1436467f32a06b5ab9d594d2a390e7f4594d.
Instead of building both .o files and binaries in the same make rule,
just rely on the normal .c -> .o rule. This will ensure that
dependency tracking is used when enabled. To do this, disable the
implicit direct .c -> binary rule globally, which will also prevent
the original problem (*.dSYM junk) from reappearing elsewhere.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/69e9768e7b183d4b276d0e067a5a0000689580eb

Modified Files
--------------
src/Makefile.global.in | 6 ++++++
src/interfaces/ecpg/test/Makefile.regress | 5 ++---
2 files changed, 8 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2012-02-03 17:37:05 pgsql: Add array_to_json and row_to_json functions.
Previous Message Robert Haas 2012-02-02 18:12:09 pgsql: Allow spgist's text_ops to handle pattern-matching operators.