pgsql: Fix non-GNU makefiles for AIX make.

Поиск
Список
Период
Сортировка
От Noah Misch
Тема pgsql: Fix non-GNU makefiles for AIX make.
Дата
Msg-id E1eKKlE-0008Tl-Re@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix non-GNU makefiles for AIX make.

Invoking the Makefile without an explicit target was building every
possible target instead of just the "all" target.  Back-patch to 9.3
(all supported versions).

Branch
------
REL9_3_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/93acb892d956651d96a7d229fde479687e98c809

Modified Files
--------------
Makefile                  | 4 ++++
src/test/regress/Makefile | 5 +++++
2 files changed, 9 insertions(+)


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

Предыдущее
От: Thomas Munro
Дата:
Сообщение: Re: pgsql: Add some regression tests that exercise hash join code.
Следующее
От: Thomas Munro
Дата:
Сообщение: Re: pgsql: Add some regression tests that exercise hash join code.