Re: contrib/spi makefile inconsistency

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: contrib/spi makefile inconsistency
Дата
Msg-id 20070323082051.GA11709@svr2.hagander.net
обсуждение исходный текст
Ответ на Re: contrib/spi makefile inconsistency  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
On Thu, Mar 22, 2007 at 12:33:30PM -0400, Tom Lane wrote:
> Magnus Hagander <magnus@hagander.net> 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 terms of writing the makefiles.
> I'm not very happy about it --- just how much complexity are you saving
> in the msvc support?  And have you looked at the other places where
> addsuffix is already used?  (It looks like many of the contrib modules
> rely on pgxs.mk's usages of addsuffix...)

A grep shows that only spi/Makefile uses addsuffix...

(The rules in the pgxs makefiles are "emulated" and does the same
functionality, but I don't actuallyi *parse* the pgxs makefile)

But. Given the comments from you and Peter, I'll hold back on doing this
and attempt to parse it. For the current testing ("just get the darn tests
running"), I'll hard-code the spi exception in the msvc build code instead
- pending a proper parser for it.

//Magnus

В списке pgsql-patches по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Cleanup to procarray.c
Следующее
От: Zdenek Kotala
Дата:
Сообщение: Re: OS timezone files support