Re: Release stamping (Was: [CORE] Schedule for release?)

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Release stamping (Was: [CORE] Schedule for release?)
Дата
Msg-id 200610241753.22003.peter_e@gmx.net
обсуждение исходный текст
Ответ на Re: Release stamping (Was: [CORE] Schedule for release?)  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane wrote:
> Why not?  The shipped tarball would contain exactly the same
> pg_config.h.win32 it does today; the only difference is that the
> version info would've been inserted automatically instead of
> manually.

I suggest you do it in a makefile as part of the distprep target.

distprep: pg_config.h.win32

pg_config.h.win32: pg_config.h.win32.insed 's/@VERSION@/$(VERSION)/g' $< >$@

maintainer-clean:rm -f pg_config.h.win32


That way we don't bother every configure runner with the issue.

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Release stamping (Was: [CORE] Schedule for release?)
Следующее
От: "Simon Riggs"
Дата:
Сообщение: Re: New CRC algorithm: Slicing by 8