Contrib Makefiles - Mailing list pgsql-patches

From Magnus Hagander
Subject Contrib Makefiles
Date
Msg-id 6BCB9D8A16AC4241919521715F4D8BCEA0FC74@algol.sollentuna.se
Whole thread Raw
Responses Re: Contrib Makefiles  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-patches
A couple of the Makefiles in contrib don't define OBJS= as standard,
instead they define SRCS= and then a makefile rule for OBJS= that does a
replacement on that.

Is there any actual reason for that? If not, could the attached patch
please be applied to make them all look the same. I'm working on getting
the vcbuild stuff to properly build the contrib modules, and it would be
a whole lot easier if they all looked the same :)

(patch not actually tested on this box because I don't have msys
working, but it makes them look like the other ones..)

//Magnus

Attachment

pgsql-patches by date:

Previous
From: "Simon Riggs"
Date:
Subject: Re: index advisor
Next
From: "Magnus Hagander"
Date:
Subject: Adminpack build fix