From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Gregory Heytings Newsgroups: gmane.emacs.devel Subject: Re: master 3fd2b00a4b 2/2: ; * Makefile.in: Add "make bootstrap configure=default" as a first choice. Date: Mon, 19 Sep 2022 07:53:34 +0000 Message-ID: References: <166357331345.19427.12446846086384744693@vcs2.savannah.gnu.org> <20220919074155.2E6D7C00872@vcs2.savannah.gnu.org> <87bkrbzttm.fsf@gnus.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="37159"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org, Po Lu To: Lars Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Sep 19 10:25:43 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oaC62-0009Qf-Qw for ged-emacs-devel@m.gmane-mx.org; Mon, 19 Sep 2022 10:25:42 +0200 Original-Received: from localhost ([::1]:54680 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oaC61-00022e-TP for ged-emacs-devel@m.gmane-mx.org; Mon, 19 Sep 2022 04:25:41 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:51022) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oaBb2-00066i-Oy for emacs-devel@gnu.org; Mon, 19 Sep 2022 03:53:44 -0400 Original-Received: from heytings.org ([95.142.160.155]:46690) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oaBay-0004mT-7O for emacs-devel@gnu.org; Mon, 19 Sep 2022 03:53:40 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=heytings.org; s=20220101; t=1663574015; bh=sJ86hFWb9ujr0t+3wFhiHLQoEv1P3OvLPf7oFaPC65U=; h=Date:From:To:cc:Subject:In-Reply-To:Message-ID:References:From; b=JDE8OCyxNVHGahdVtMdIyo0MBe1W2fDCYl8Nz+a0VTXunKM3K13adL8cckSMAYTbl hlDt3uYILzIwZqhrl09h/MIEGRC9eKXI7prSA88sBRcADuY2a2vCB/Nchgc7v9Wxup xCKs98cIN6Dk4TFzoGfYJ6cxA5QLuEqDnFTrbM4CLQmXQao5RDqu3EQMdCLes3CYGC ShK9YNaqBfK61f/8FG/AlTaIyru22PiwHahLhUdDGdD5UqFnH03b/3Qv/Li/Fih+w1 DdZc9oOsWn1YiK9bXvZYu/tSt+1l9N4TC95gnesXqkqWBU03rB8rrbkc5QpGlfrjC0 CoeWgtOPdaKIA== In-Reply-To: <87bkrbzttm.fsf@gnus.org> Received-SPF: pass client-ip=95.142.160.155; envelope-from=gregory@heytings.org; helo=heytings.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_PASS=-0.001, T_SPF_HELO_TEMPERROR=0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:295637 Archived-At: >> +# - run "git bootstrap configure=default", to rebuild Emacs with the > > I don't think is the recipe we want to recommend here. The currently > recommended way to get a full new build (without doing the potentially > dangerous "git clean") is to say "make extraclean; make". > That's what "make bootstrap configure=default" does, in a single step.