pgsql: Fix non-GNU makefiles for AIX make. - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: Fix non-GNU makefiles for AIX make.
Date
Msg-id E1eKKlE-0008Tg-RB@gemulon.postgresql.org
Whole thread Raw
List 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_6_STABLE

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

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


pgsql-committers by date:

Previous
From: Thomas Munro
Date:
Subject: Re: pgsql: Add some regression tests that exercise hash join code.
Next
From: Thomas Munro
Date:
Subject: Re: pgsql: Add some regression tests that exercise hash join code.