Bug in buildfarm client
Christian Ullrich <chris@chrullrich.net>
From: Christian Ullrich <chris@chrullrich.net>
To: pgsql-hackers@postgresql.org
Date: 2012-12-04T07:40:13Z
Lists: pgsql-hackers
Attachments
- buildfarm-gmake.diff (text/plain) patch
Hello all, the extension modules (TestUpgrade etc.) in the buildfarm client do not use the "make" command override defined in the config file, instead hardcoding command lines using "make". This fails where make is not GNU make. Patch attached, which fixes the problem on jaguarundi. -- Christian