Re: PL compilations ignores LDFLAGS - Mailing list pgsql-hackers

From Zdenek Kotala
Subject Re: PL compilations ignores LDFLAGS
Date
Msg-id 49F14493.4050102@sun.com
Whole thread Raw
In response to Re: PL compilations ignores LDFLAGS  (Peter Eisentraut <peter_e@gmx.net>)
List 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


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Why do we let CREATE DATABASE reassign encoding?
Next
From: Zdenek Kotala
Date:
Subject: Re: cs_CZ vs regression tests, part N+1