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 18:51:20 +0300 Message-ID: <83o7vbxszr.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> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="23322"; 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 17:53:11 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 1oaJ52-0005l3-OT for ged-emacs-devel@m.gmane-mx.org; Mon, 19 Sep 2022 17:53:08 +0200 Original-Received: from localhost ([::1]:45534 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oaJ51-0003EJ-Bs for ged-emacs-devel@m.gmane-mx.org; Mon, 19 Sep 2022 11:53:07 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:49760) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oaJ3G-0001h6-DJ for emacs-devel@gnu.org; Mon, 19 Sep 2022 11:51:18 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:59836) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oaJ3E-0000IA-H6; Mon, 19 Sep 2022 11:51:16 -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=Je+sL1rGT5tvdVLtnfyJMi/z1Dizo4xlZA0+wLXrWx0=; b=qPDv+auYrWk5 JpvdJfAbL1t9AaC/3Pt2YCHKE0IFjRtAniKJ5DEfO7tQ3iEXmqQLRajy+Py6u6SmVJ+3otNb7BhE8 japkn1BUBjle3GKdjRVvSRrQmiS9W+3Kp6jo7rnYz/yFcm+qtB7XGiEF+19TFQ5jd5Qxwb5uaLDLf sNJplZ+BS6RiGPi4wtXqYEHyUYfQ++aBRL+uY/oXq/CMd9+Pvq6BaNueUoaXnEIO33u9h52GTKESk jyV9sl0Do5baHBo0BhFKsW2Lqn3QLjzpC0DZoqs3YNTtAmYyEShVkcPlH3StXwiq/iP6p8lfJFRWG e9sx2TEpUpcqLB4J83Q/5g==; Original-Received: from [87.69.77.57] (port=1629 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 1oaJ3E-0007Kx-4K; Mon, 19 Sep 2022 11:51:16 -0400 In-Reply-To: (message from Gregory Heytings on Mon, 19 Sep 2022 14:54:53 +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:295710 Archived-At: > Date: Mon, 19 Sep 2022 14:54:53 +0000 > From: Gregory Heytings > cc: Po Lu , 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?)