pgsql: Fix parallel make when running make install before make all

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Fix parallel make when running make install before make all
Дата
Msg-id E1Px4qD-0001Xw-46@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix parallel make when running make install before make all

In addition to the

all-foo-recurse: all-bar-recurse

dependencies that constraint the order of the rule execution, we need

install-foo-recurse: install-bar-recurse

dependencies in case one runs make install without a make all first,
as some people apparently do.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/4502c8e1c06164adb7be526096e91e04d1844d36

Modified Files
--------------
src/interfaces/Makefile      |    1 +
src/interfaces/ecpg/Makefile |    2 ++
2 files changed, 3 insertions(+), 0 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Add missing keywords to gram.y's unreserved_keywords list.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Assorted editing for collation documentation.