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 ------ master Details ------- http://git.postgresql.org/pg/commitdiff/736c95ca1647ae088c4c996218e8ef20a56b1795 Modified Files -------------- src/nls-global.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
