From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 97793 invoked by alias); 1 Feb 2020 07:24:00 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 97784 invoked by uid 89); 1 Feb 2020 07:24:00 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-3.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:610, H*MI:sk:87imksm, configury X-HELO: eggs.gnu.org Received: from eggs.gnu.org (HELO eggs.gnu.org) (209.51.188.92) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 01 Feb 2020 07:23:54 +0000 Received: from fencepost.gnu.org ([2001:470:142:3::e]:34595) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ixn8B-0000cd-FS; Sat, 01 Feb 2020 02:23:51 -0500 Received: from [176.228.60.248] (port=4301 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1ixn8A-0006QB-B9; Sat, 01 Feb 2020 02:23:50 -0500 Date: Sat, 01 Feb 2020 07:24:00 -0000 Message-Id: <83ftfukbyj.fsf@gnu.org> From: Eli Zaretskii To: Sergio Durigan Junior CC: brobecker@adacore.com, simark@simark.ca, gdb-patches@sourceware.org, tom@tromey.com In-reply-to: <87eevfl2ze.fsf@redhat.com> (message from Sergio Durigan Junior on Fri, 31 Jan 2020 16:39:49 -0500) Subject: Re: [RFA/gdb-9-branch] Abort configure immediately if building GDB in tree References: <20200105073000.1012-1-brobecker@adacore.com> <4d350c75-6e52-5c4c-5901-4c391970b643@simark.ca> <20200117181554.GB7007@adacore.com> <20200117183203.GC7007@adacore.com> <87imksmz79.fsf@redhat.com> <834kwcm63u.fsf@gnu.org> <87r1zflbft.fsf@redhat.com> <87eevfl2ze.fsf@redhat.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-IsSubscribed: yes X-SW-Source: 2020-02/txt/msg00006.txt.bz2 > From: Sergio Durigan Junior > Cc: brobecker@adacore.com, simark@simark.ca, gdb-patches@sourceware.org, tom@tromey.com > Date: Fri, 31 Jan 2020 16:39:49 -0500 > > OK, I think I have something that works. When 'configure' is invoked > with '--enable-src-release-build', a tarball is generated and, as far as > I have checked, contains the correct snapshot. > > WDYT? It certainly looks like something I had in mind, but since I know very little about sourceware configury, I hope others will chime in. Thanks.