pgsql: Fix a few places where we needed -I.

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Fix a few places where we needed -I.
Дата
Msg-id 20100105035653.05FE2753FB7@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Fix a few places where we needed -I. in CPPFLAGS to work properly in
VPATH builds.  We had this already in several places, but not all.

Modified Files:
--------------
    pgsql/src/backend/bootstrap:
        Makefile (r1.38 -> r1.39)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/bootstrap/Makefile?r1=1.38&r2=1.39)
    pgsql/src/backend/parser:
        Makefile (r1.52 -> r1.53)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/Makefile?r1=1.52&r2=1.53)
    pgsql/src/makefiles:
        pgxs.mk (r1.18 -> r1.19)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/makefiles/pgxs.mk?r1=1.18&r2=1.19)

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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: pgsql: Get rid of the need for manual maintenance of the initial
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Further code review for genbki.pl.