pgsql: Fix the install rule for snowball_create.sql.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix the install rule for snowball_create.sql.
Дата
Msg-id E1q1TkA-001Llt-V0@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix the install rule for snowball_create.sql.

This file could be in the current (build) directory if we just
built it.  However, when installing from a VPATH build from a
tarball, it will exist in the source directory and gmake will
therefore not rebuild it.  Use the $< macro to find out where
gmake found it.

Oversight in b3a0d8324, which also exposes a buildfarm testing gap:
we test install from VPATH builds from bare source trees, but not
from tarballs.

Per report from Christoph Berg.

Discussion: https://postgr.es/m/ZGzEAqjxkkoY3ooH@msg.df7cb.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5df5bea29070b420452bdb257c3dec1cf0419fca

Modified Files
--------------
src/backend/snowball/Makefile | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Add newline at end of file
Следующее
От: noreply@postgresql.org
Дата:
Сообщение: pgsql: Tag refs/tags/REL_16_BETA1 was created