Re: utils C files - Mailing list pgsql-patches

From Tom Lane
Subject Re: utils C files
Date
Msg-id 18124.1026956234@sss.pgh.pa.us
Whole thread Raw
In response to Re: utils C files  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: utils C files  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: utils C files  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: utils C files  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> How is this any better than just mentioning the *.o file and letting the
> default rules compile it.  I don't understand how linking to the current
> directory gets us anything.  Now, if you did a 'make -C dir target' that
> would be different.

The whole point of the pushups for libpq is that we DON'T want the
default rules.  We need to compile it PIC so that it can go into a
shared library.  This will not be the same object file built in the
ports directory.

            regards, tom lane

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: utils C files
Next
From: Bruce Momjian
Date:
Subject: Re: utils C files