Re: make update-po@master stops at pg_upgrade

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: make update-po@master stops at pg_upgrade
Дата
Msg-id 2433004.1657736924@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: make update-po@master stops at pg_upgrade  (Peter Eisentraut <peter.eisentraut@enterprisedb.com>)
Список pgsql-hackers
Peter Eisentraut <peter.eisentraut@enterprisedb.com> writes:
> Note that we have this in nls-global.mk which tries to avoid having the
> vpath details sneak into the output:

> po/$(CATALOG_NAME).pot: $(GETTEXT_FILES) $(MAKEFILE_LIST)
> # Change to srcdir explicitly, don't rely on $^.  That way we get
> # consistent #: file references in the po files.
> ...
>      $(XGETTEXT) -D $(srcdir) -D . -n $(addprefix -k, $(GETTEXT_TRIGGERS)) $(addprefix --flag=, $(GETTEXT_FLAGS))
$(GETTEXT_FILES)

Hmm ... so how does that work with built files in a VPATH build today?

Anyway, I'll go revert the patch for now, since it's clearly got
at least a couple problems that need sorting.

            regards, tom lane



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

Предыдущее
От: Dmitry Koval
Дата:
Сообщение: Re: Add SPLIT PARTITION/MERGE PARTITIONS commands
Следующее
От: Nathan Bossart
Дата:
Сообщение: Re: minor change for create_list_bounds()