Re: pgsql: Improved parallel make support

Andrew Dunstan <andrew@dunslane.net>

From: Andrew Dunstan <andrew@dunslane.net>
To: Peter Eisentraut <peter_e@gmx.net>
Cc: pgsql-committers@postgresql.org
Date: 2010-11-13T03:39:23Z
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 →
  1. Improved parallel make support


On 11/12/2010 03:16 PM, Peter Eisentraut wrote:
> 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.

Looks like this patch has pretty comprehensively broken the MSVC build 
system. I'll see what I can recover from the wreckage.

cheers

andrew