Re: Makefile patch to make gcov work on Postgres contrib modules - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Makefile patch to make gcov work on Postgres contrib modules
Date
Msg-id 9289.1176354960@sss.pgh.pa.us
Whole thread Raw
In response to Makefile patch to make gcov work on Postgres contrib modules  (Gregory Stark <stark@enterprisedb.com>)
Responses Re: Makefile patch to make gcov work on Postgres contrib modules  (Gregory Stark <gsstark@mit.edu>)
List pgsql-hackers
Gregory Stark <stark@enterprisedb.com> writes:
>   %.so: %.o
> !     $(CC) -shared -o $@ $< 
>   sqlmansect = 7
> --- 11,16 ----
>   endif 
>   %.so: %.o
> !     $(CC) $(CFLAGS) -shared -o $@ $< 
Surely CFLAGS should be irrelevant at link time.  Maybe LDFLAGS?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Makefile patch to make gcov work on Postgres contrib modules
Next
From: Warren Turkal
Date:
Subject: Re: Vista/IPv6