On Thu, Mar 22, 2007 at 12:33:30PM -0400, Tom Lane wrote:
> Magnus Hagander <[EMAIL PROTECTED]> writes:
> > contrib/spi has a Makefile that uses $(addsuffix) makefile rules for
> > DATA_built and DOCS. It's the only Makefile in contrib that does it.
> > I would like to change that to actually listi
Magnus Hagander wrote:
> I would like to change that to actually listing the modules instead.
> The reason for that is that parsing the Makefile for the msvc build
> will be a *lot* easier if I don't have to parse $addsuffix rules.
Let's not open that can of worms. Even if you think it's only a s
Magnus Hagander <[EMAIL PROTECTED]> writes:
> contrib/spi has a Makefile that uses $(addsuffix) makefile rules for
> DATA_built and DOCS. It's the only Makefile in contrib that does it.
> I would like to change that to actually listing the modules instead.
This seems like a definite regression in
Hi!
contrib/spi has a Makefile that uses $(addsuffix) makefile rules for
DATA_built and DOCS. It's the only Makefile in contrib that does it.
I would like to change that to actually listing the modules instead. The
reason for that is that parsing the Makefile for the msvc build will be a
*lot* ea