Re: Makefile patch to make gcov work on Postgres contrib modules

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Cc: Gregory Stark <stark(at)enterprisedb(dot)com>
Subject: Re: Makefile patch to make gcov work on Postgres contrib modules
Date: 2007-04-12 04:55:33
Message-ID: 200704120655.33942.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Gregory Stark wrote:
> Actually better than adding -lcov, I think this rule really ought to
> have CFLAGS in it in case there are other CFLAGS that are necessary
> at link time.

But why would -lcov appear in CFLAGS? If it's a library it should be in
LIBS and perhaps in SHLIB_LINK.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Warren Turkal 2007-04-12 05:06:12 Re: Vista/IPv6
Previous Message Dennis Bjorklund 2007-04-12 04:34:14 Re: Slow Postgresql server