contrib/spi makefile inconsistency

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема contrib/spi makefile inconsistency
Дата
Msg-id 20070322141855.GD5635@svr2.hagander.net
обсуждение исходный текст
Ответы Re: contrib/spi makefile inconsistency  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: contrib/spi makefile inconsistency  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-patches
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* easier if I don't have to parse $addsuffix rules. And it's not like
it's complex modules it's building.

But I figured I'd post here for approval first. So - would a patch like the
attached be acceptable?

(Again, this only applies to contrib/SPI, I don't *expect* there to be more
such requirements for the other ones)

//Magnus


Вложения

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

Предыдущее
От: Jeremy Drake
Дата:
Сообщение: Re: patch adding new regexp functions
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Stats processor not restarting