pgsql: Fix misstatement in comment in Makefile.shlib.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix misstatement in comment in Makefile.shlib.
Дата
Msg-id E1bqOLt-0002Oq-Lb@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix misstatement in comment in Makefile.shlib.

There is no need for "all: all-lib" to be placed before inclusion of
Makefile.shlib.  Makefile.global is what ensures that "all" is the
default target, and we already document that that has to be included
first.  Per comment from Pavel Raiskup.

Discussion: <1925924.izSMJEZO3x@unused-4-107.brq.redhat.com>

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/ea046f08d1bcee56c3bedfa16a05c38a0515b41d

Modified Files
--------------
src/Makefile.shlib | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix misplacement of submake-generated-headers prerequisites.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Copy-editing for contrib/pg_visibility documentation.