]> granicus.if.org Git - postgresql/commit
nls-global.mk: search build dir for source files, too
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Tue, 7 Jun 2016 22:55:18 +0000 (18:55 -0400)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Tue, 7 Jun 2016 22:55:18 +0000 (18:55 -0400)
commit81f51b7c3f53340ba59fd818a70007c61d4e3e74
tree9d34f3641f83064f0c355f965a8d6149578cdb38
parenta4400c251f93df7d4f5760ad633c041fc5dae376
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.
src/nls-global.mk