pgsql: Improved parallel make support
Peter Eisentraut <peter_e@gmx.net>
From: Peter Eisentraut <peter_e@gmx.net>
To: pgsql-committers@postgresql.org
Date: 2010-11-12T20:16:41Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Improved parallel make support
- 19e231bbdaef 9.1.0 cited
Improved parallel make support Replace for loops in makefiles with proper dependencies. Parallel make can now span across directories. Also, make -k and make -q work properly. GNU make 3.80 or newer is now required. Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=19e231bbdaef792dce22100012b504e2fb72f971 Modified Files -------------- GNUmakefile.in | 56 +++++---------------- contrib/Makefile | 12 +---- contrib/dblink/Makefile | 1 + doc/src/sgml/installation.sgml | 5 +- src/Makefile | 47 +++++------------ src/Makefile.global.in | 47 +++++++++++++++++- src/Makefile.shlib | 11 ++-- src/backend/Makefile | 4 +- src/backend/common.mk | 6 +-- src/backend/replication/libpqwalreceiver/Makefile | 3 +- src/backend/utils/mb/conversion_procs/Makefile | 6 +-- src/bin/Makefile | 3 +- src/bin/initdb/Makefile | 4 +- src/bin/pg_config/Makefile | 4 +- src/bin/pg_controldata/Makefile | 4 +- src/bin/pg_ctl/Makefile | 4 +- src/bin/pg_dump/Makefile | 8 ++-- src/bin/pg_resetxlog/Makefile | 4 +- src/bin/psql/Makefile | 4 +- src/bin/scripts/Makefile | 20 ++++---- src/interfaces/Makefile | 3 +- src/interfaces/ecpg/Makefile | 16 ++---- src/interfaces/ecpg/compatlib/Makefile | 9 +++ src/interfaces/ecpg/ecpglib/Makefile | 9 ++-- src/interfaces/ecpg/preproc/Makefile | 7 ++- src/pl/Makefile | 10 +--- src/test/regress/GNUmakefile | 16 +++--- src/timezone/Makefile | 4 +- src/tools/findoidjoins/Makefile | 4 +- src/tools/fsync/Makefile | 4 +- 30 files changed, 156 insertions(+), 179 deletions(-)