pgsql: Have lcov call the right gcov

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Have lcov call the right gcov
Date: 2014-04-15 01:53:46
Message-ID: E1WZsZG-00041h-40@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Have lcov call the right gcov

By default, lcov will call whatever gcov it can find in the path. But
if the user has specified a different gcov to configure, this could be
incompatible. So tell lcov explicitly with an option which gcov program
to call.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/0d3b2b80aa6aee753f372bb0300a131691e9f55c

Modified Files
--------------
src/Makefile.global.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-04-15 02:17:37 Re: [COMMITTERS] pgsql: Add TAP tests for client programs
Previous Message Peter Eisentraut 2014-04-14 19:37:14 pgsql: Fix whitespace