Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pfgDX-0006lo-4W for pgsql-hackers@arkaria.postgresql.org; Fri, 24 Mar 2023 12:08:23 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1pfgDV-00078y-Vd for pgsql-hackers@arkaria.postgresql.org; Fri, 24 Mar 2023 12:08:21 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pfgDV-00078p-Lr for pgsql-hackers@lists.postgresql.org; Fri, 24 Mar 2023 12:08:21 +0000 Received: from relay4-d.mail.gandi.net ([217.70.183.196]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pfgDT-000322-0r for pgsql-hackers@lists.postgresql.org; Fri, 24 Mar 2023 12:08:20 +0000 Received: (Authenticated sender: adsend@dunslane.net) by mail.gandi.net (Postfix) with ESMTPSA id 1452BE000C; Fri, 24 Mar 2023 12:08:14 +0000 (UTC) Content-Type: multipart/alternative; boundary="------------NL36C7A8Jb31cbt5Xeeqf6Ot" Message-ID: Date: Fri, 24 Mar 2023 08:08:13 -0400 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.5.0 Subject: Re: pg_bsd_indent vs vpath Content-Language: en-US To: Tom Lane Cc: PostgreSQL Hackers References: <71e3d345-830a-3551-1257-d3fe3805d8f0@dunslane.net> <2005206.1679604363@sss.pgh.pa.us> From: Andrew Dunstan In-Reply-To: <2005206.1679604363@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk This is a multi-part message in MIME format. --------------NL36C7A8Jb31cbt5Xeeqf6Ot Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 2023-03-23 Th 16:46, Tom Lane wrote: > Andrew Dunstan writes: >> Looks like we need a little magic to allow pg_bsd_indent to be part of a >> vpath build: > Yeah, I think I fixed that at dccef0f2f, but fairywren hasn't run since. > (I'd thought that it was some weird Msys-ism, but if you say it's VPATH > then all is clear, other than why we didn't notice already.) > > The code to pick up src/tools isn't in released code yet, and I just updated fairywren from git to test some other code. Anyway, it's all good, fairywren is now building this happily. cheers andrew -- Andrew Dunstan EDB:https://www.enterprisedb.com --------------NL36C7A8Jb31cbt5Xeeqf6Ot Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit


On 2023-03-23 Th 16:46, Tom Lane wrote:
Andrew Dunstan <andrew@dunslane.net> writes:
Looks like we need a little magic to allow pg_bsd_indent to be part of a 
vpath build:
Yeah, I think I fixed that at dccef0f2f, but fairywren hasn't run since.
(I'd thought that it was some weird Msys-ism, but if you say it's VPATH
then all is clear, other than why we didn't notice already.)

			



The code to pick up src/tools isn't in released code yet, and I just updated fairywren from git to test some other code.


Anyway, it's all good, fairywren is now building this happily.


cheers


andrew

--
Andrew Dunstan
EDB: https://www.enterprisedb.com
--------------NL36C7A8Jb31cbt5Xeeqf6Ot--