pgsql: Fix symlink for errcodes.h so it works in VPATH builds from tarb

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix symlink for errcodes.h so it works in VPATH builds from tarb
Дата
Msg-id E1QZQui-0004uc-Os@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix symlink for errcodes.h so it works in VPATH builds from tarballs.

backend/Makefile was treating errcodes.h as a header always generated
during build, but actually it's a header provided in tarballs.  Hence,
must use the absolute-symlink recipe, not the relative-symlink one.
Per bug #6072 from Hartmut Raschick.

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/25db27808814f474e2080eef8bac068317b7caf6

Modified Files
--------------
src/backend/Makefile |    5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix symlink for errcodes.h so it works in VPATH builds from tarb
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Add missing -I switch for VPATH builds.