Re: PL compilations ignores LDFLAGS

From: Zdenek Kotala <Zdenek(dot)Kotala(at)Sun(dot)COM>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: PL compilations ignores LDFLAGS
Date: 2009-04-24 04:48:19
Message-ID: 49F14493.4050102@sun.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Dne 23.04.09 23:31, Peter Eisentraut napsal(a):
> On Thursday 23 April 2009 18:14:59 Zdenek Kotala wrote:
>> I'm looking on Makefile.shlib and I see there strange line:
>>
>> # Insert -L from LDFLAGS after any -L already present in SHLIB_LINK
>> SHLIB_LINK := $(filter -L%, $(SHLIB_LINK)) $(filter -L%, $(LDFLAGS))
>> $(filter-out -L%, $(SHLIB_LINK))
>>
>> It seems to me that one of these line are not correct.
>
> Why not?

Yeah, It is correct I swapped meaning of filter and filter-out.

Thanks Zdenek

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Zdenek Kotala 2009-04-24 04:53:52 Re: cs_CZ vs regression tests, part N+1
Previous Message Tom Lane 2009-04-23 22:59:07 Re: Why do we let CREATE DATABASE reassign encoding?