Re: pgxs/windows - Mailing list pgsql-hackers

From Tom Lane
Subject Re: pgxs/windows
Date
Msg-id 24191.1137366511@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgxs/windows  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: pgxs/windows  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> So we should probably change $(DESTDIR)$(bindir) to $(libdir) in the 
> following places:

For the cygwin/win32 cases, shouldn't we just remove the -L flag from
BE_DLLLIBS altogether?  It seems redundant given what Makefile.global
is doing.

In the Darwin case, it should still be $(bindir) because we are pointing
at the postgres executable, not a library file.  I agree that $(DESTDIR)
probably should go away though.

Dunno about AIX --- anyone familiar with that port?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: ScanKey representation for RowCompare index conditions
Next
From: Andrew Dunstan
Date:
Subject: Re: pgxs/windows