pgsql: Fix non-GNU makefiles for AIX make.

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix non-GNU makefiles for AIX make.
Date: 2017-11-30 09:04:00
Message-ID: E1eKKlE-0008Tk-RT@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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_4_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/e73981cdc0fde135eefb41696584ceba8efcbf19

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

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2017-11-30 10:53:55 Re: pgsql: Add some regression tests that exercise hash join code.
Previous Message Thomas Munro 2017-11-30 03:47:48 Re: pgsql: Add some regression tests that exercise hash join code.