Thread: Re: [HACKERS] pgxs/windows

Re: [HACKERS] pgxs/windows

From
"Rocco Altier"
Date:
OK.  I see now.  It looks like it wouldn't have worked right anyhow,
since the file is installed in $(DESTDIR)$(pkglibdir)/$(POSTGRES_IMP).

So either we need to change backend/Makefile or Makefile.aix, to be
consistent with each other.  I would suggest Makefile.aix, since
historically its been installed in $libdir.

Thanks,
    -rocco

> -----Original Message-----
> From: Tom Lane [mailto:tgl@sss.pgh.pa.us]
> Sent: Thursday, January 19, 2006 6:28 PM
> To: Rocco Altier
> Cc: Bruce Momjian; Andrew Dunstan; Magnus Hagander; PostgreSQL-patches
> Subject: Re: [PATCHES] [HACKERS] pgxs/windows
>
>
> "Rocco Altier" <RoccoA@Routescape.com> writes:
> > If we take the DESTDIR out of here, where should we get the
> POSTGRES_IMP
> > file from?
>
> In the PGXS case, $(bindir) has been gotten from pg_config, and it's
> correct as-is by definition.  Adding $(DESTDIR) to it cannot be right.
>
>             regards, tom lane
>