pgsql: nls-global.mk: search build dir for source files, too

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: nls-global.mk: search build dir for source files, too
Date: 2016-06-07 22:56:12
Message-ID: E1bAPuu-0004bM-Qg@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

nls-global.mk: search build dir for source files, too

In VPATH builds, the build directory was not being searched for files in
GETTEXT_FILES, leading to failure to construct the .pot files. This has
bit me all along, but never hard enough to get it fixed; I suppose not a
lot of people uses VPATH and NLS-enabled builds, and those that do,
don't do "make update-po" often.

This is a longstanding problem, so backpatch all the way back.

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/81f51b7c3f53340ba59fd818a70007c61d4e3e74

Modified Files
--------------
src/nls-global.mk | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2016-06-07 23:21:11 pgsql: Make psql_crosstab plans more stable
Previous Message Alvaro Herrera 2016-06-07 22:19:02 pgsql: Fix thinko in description of table_name parameter