From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Lars Ingebrigtsen Newsgroups: gmane.emacs.devel Subject: Re: A target that's even more bootstrap? Date: Tue, 18 Jun 2019 17:58:02 +0200 Message-ID: References: <837e9iubyp.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="136754"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 18 18:37:50 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hdH7F-000ZSv-Um for ged-emacs-devel@m.gmane.org; Tue, 18 Jun 2019 18:37:50 +0200 Original-Received: from localhost ([::1]:59668 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hdH7E-0006iU-Tn for ged-emacs-devel@m.gmane.org; Tue, 18 Jun 2019 12:37:48 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:42743) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hdGV1-0003vO-7O for emacs-devel@gnu.org; Tue, 18 Jun 2019 11:58:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hdGUr-0005bc-NL for emacs-devel@gnu.org; Tue, 18 Jun 2019 11:58:19 -0400 Original-Received: from quimby.gnus.org ([80.91.231.51]:34394) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hdGUp-0005Oh-P9; Tue, 18 Jun 2019 11:58:08 -0400 Original-Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=stories) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hdGUk-0006Au-CM; Tue, 18 Jun 2019 17:58:04 +0200 Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAGFBMVEXcz485BAb+/rb//7P/ /7T//7eAJx3//7ppqYr3AAACEUlEQVQ4jV2TvY/bMAzFleiarNXiOSgQdBWOusxBRaFrUYvwal8K zYeihv/9Pn04cY6DjeiXx0eKtCLtiWXYL8PyFOpK5KL8Vota/j4Da7Xrr1pelo/l4/gAVuW4qh94 6tMWEOn9+XoO1n07qQ0g9+uLiERxYZhPGw9iFplljg61Lc8gyDJLJCcynB8A/xe8RVC1TWl/B1EG aQo7mS4dtwp4xEB0MCal8XsDLsAZwNMhlRj3DXBRsG3nILpVFTLo0yaONRVA5Eu3Ae+185Ab35lc 0pqsADQW2O8MYuqeADnmWECBEDbwBnDFpaOsKTei6Wf1wLmfjIYUreDFYWipmK0xHY5sBu4BiLLD V6JLStp5J8sKcHuQFEBVMUsBF7OCMVvGEJgf4NYA5yCqHvkCYZ7SjeCey6mKfITsGKDGNpFSL3dw yEVBR7bsGXFLBRd4T9nC5594NmBNul2yBRbWKhjdQZduUy7AKl2T3RW5k7EkshDoCryv4OaqBbF3 5RKLIhmj0RmXAZGrqezBNAlxj//7Zn5o04MJIy9krdw0NZJqKbiUCtZ5mzynkC0+g2wf+a0HU2sT dUX+YMd6DNGFT+BdoGCPfVbi65wqGLGWjP2TRQWm3cOjExbvfMgfTlvPep6Ci+zy/qh1SSrYS4xM 4b5XmKZKo9Kvsc9f8bwscwPlSlFNeQsq6FXpfxsusPA/+x8l0h5vX7sB5wAAAABJRU5ErkJggg== In-Reply-To: <837e9iubyp.fsf@gnu.org> (Eli Zaretskii's message of "Tue, 18 Jun 2019 18:53:18 +0300") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 80.91.231.51 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:237850 Archived-At: Eli Zaretskii writes: > I see no problem with the need to run autogen.sh and the configure > script: this target is supposed to get you into the state identical to > a fresh checkout, so you do have to start with autogen.sh. No, after a fresh checkout you can just say "make" and it figures everything out by itself (on Linux, at least). -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no