From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com> |
Cc: | Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>, Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>, pgsql-hackers(at)lists(dot)postgresql(dot)org |
Subject: | Re: make update-po@master stops at pg_upgrade |
Date: | 2022-07-13 18:28:44 |
Message-ID: | 2433004.1657736924@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | Nathan Bossart | 2022-07-13 18:30:08 | Re: minor change for create_list_bounds() |
Previous Message | Dmitry Koval | 2022-07-13 18:27:44 | Re: Add SPLIT PARTITION/MERGE PARTITIONS commands |