From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii 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 19:14:17 +0300 Message-ID: <83illjxrxi.fsf@gnu.org> References: <166357331345.19427.12446846086384744693@vcs2.savannah.gnu.org> <20220919074155.2E6D7C00872@vcs2.savannah.gnu.org> <87bkrbzttm.fsf@gnus.org> <87wn9zyetq.fsf@gnus.org> <874jx3wvkj.fsf@gnus.org> <878rmfv915.fsf@gnus.org> <875yhjo7cm.fsf@yahoo.com> <87illjtszs.fsf@gnus.org> <87wn9zmqo2.fsf@yahoo.com> <83tu53xy1c.fsf@gnu.org> <87leqfmoy4.fsf@yahoo.com> <83pmfrxx7r.fsf@gnu.org> <83o7vbxszr.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="33546"; mail-complaints-to="usenet@ciao.gmane.io" Cc: luangruo@yahoo.com, larsi@gnus.org, monnier@iro.umontreal.ca, stefan@marxist.se, emacs-devel@gnu.org To: Gregory Heytings Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Sep 19 18:18:24 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 1oaJTT-0008Yy-Qa for ged-emacs-devel@m.gmane-mx.org; Mon, 19 Sep 2022 18:18:23 +0200 Original-Received: from localhost ([::1]:48490 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oaJTS-0000FL-NP for ged-emacs-devel@m.gmane-mx.org; Mon, 19 Sep 2022 12:18:22 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:46754) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oaJPU-0005e1-E2 for emacs-devel@gnu.org; Mon, 19 Sep 2022 12:14:16 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:59370) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oaJPT-0004oi-Na; Mon, 19 Sep 2022 12:14:15 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=I+5zDpr+Ss45FLq1RkrLY77NU3FD3kGif/FfJIp2o2w=; b=JOgK/jwlhISH rlewz07SrxIBLzekB/Ag5zGLeXzjv6W+eRX6cP9VxwoKrDK55/lL+ITuUSFkHgtSTeHyv44X/YN6U icHKPDTZGm3NsGwbnYIkAS0DmWIOQ6mjaTwScjLU/Ah4UZW1ob+YFzAGPLVJkjQP4mKpz3hIGfXYI VfyWXA/G/8H9vucg+qY4wTkxF4a13qk8eATZt9Hl3KGoriN5RcMedkN4LjSPlzNFG8588gg2sfdQT nOQ0c4ddJCxsNh7hDOPqf+MEcWw7UmMyb5yLSbJzNkM5SVOzoQbHAIFO6vOXmo5gJG76IbuDGWsol 60KbWt1FrK01xD2P6hMS/g==; Original-Received: from [87.69.77.57] (port=3216 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oaJPT-0002Bq-56; Mon, 19 Sep 2022 12:14:15 -0400 In-Reply-To: (message from Gregory Heytings on Mon, 19 Sep 2022 16:02:47 +0000) 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:295715 Archived-At: > Date: Mon, 19 Sep 2022 16:02:47 +0000 > From: Gregory Heytings > cc: luangruo@yahoo.com, larsi@gnus.org, monnier@iro.umontreal.ca, > stefan@marxist.se, emacs-devel@gnu.org > > > >>> That's what we (mistakenly) call "bootstrap". If it doesn't clean > >>> well enough, its clean stage should be improved. > >> > >> You mean, make bootstrap-clean identical to extraclean, except perhaps > >> that it wouldn't remove config.cache? > > > > If extraclean does a good job, yes. (I think someone said it didn't?) > > > > It depends how you define "good". What it does is, in a repository that > was not modified otherwise, equivalent to "git clean -fdx". Unlike "git > clean -fdx" however, it does not remove files that were created by the > user (e.g. .patch or .bak files). "Good job" for this purpose means anything that could interfere with a clean build.