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

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to