From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca (simark.ca [158.69.221.121]) by sourceware.org (Postfix) with ESMTPS id AF70B3858D33 for ; Mon, 29 Apr 2024 03:28:38 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org AF70B3858D33 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=simark.ca Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=simark.ca ARC-Filter: OpenARC Filter v1.0.0 sourceware.org AF70B3858D33 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=158.69.221.121 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1714361320; cv=none; b=tV2X/9MKfWx42oVr6JBtyRQWWfIi5NYBJMA2HBIqJSlK1/62hV2gPANE2Mni54UD/IXifbrrg10VlYHxWKJnKvV6LavQVwUtDKlqdH8t/uo9015rm24FtEJ0nr8w1qlxML3ZEFtza6SiEfprmLRUMU8VFwLzER+O4dhGTQNQIOA= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1714361320; c=relaxed/simple; bh=FdnENRq6JpAVDf4HnWdIC+18kHer4dKcmVojlQeYDSE=; h=DKIM-Signature:Message-ID:Date:MIME-Version:Subject:To:From; b=doifTIWqvt0WXCLOiqr9qktmmjqGq2C8WeRLeZLV22nsgcAa+cmRD/8DVW7h1Scj9ZmIVGlyJYVS1iVtrWRAACkRvda+UJP94APIUxbR1ohCT1opxAE4USWqrhm3YLre4jmKMufgPpP9hPSWWzo4C7ve20pG9Qn3VzBm+ZsL2NQ= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=simark.ca; s=mail; t=1714361317; bh=FdnENRq6JpAVDf4HnWdIC+18kHer4dKcmVojlQeYDSE=; h=Date:Subject:To:References:From:In-Reply-To:From; b=Ykk0oxN4IARyO4kjv4WT12dFz/ZCKUPf2aF/mraruEUjaK1RHCoKzyHBmDAPyirzy S0uH2zGisj3ZV0Zl6m495yCb90Slyf4lmP/xpJMJVnFDQ8EaYUEduAY24h0WasHbRO 4oF1rXwx7YSpQzaYRS6WV2S+wLawKZiJzlbprQ7A= Received: from [10.0.0.11] (modemcable238.237-201-24.mc.videotron.ca [24.201.237.238]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature ECDSA (prime256v1) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id CAF3B1E030; Sun, 28 Apr 2024 23:28:37 -0400 (EDT) Message-ID: Date: Sun, 28 Apr 2024 23:28:37 -0400 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH] autoregen.py: Use autoreconf by default To: Christophe Lyon , buildbot@sourceware.org References: <20240428212338.2696584-1-christophe.lyon@linaro.org> Content-Language: en-US From: Simon Marchi In-Reply-To: <20240428212338.2696584-1-christophe.lyon@linaro.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-4.7 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On 2024-04-28 17:23, Christophe Lyon wrote: > Since the list of directories compatible with autoreconf is large, > make it the default, and introduce a list of directories to > reconfigure 'manually'. The patch looks fine to me. I think we can clean up some things that are no longer needed and make the code a bit nicer. I can send a patch series for this once this one is merged (I don't want to create unnecessary conflicts). Simon