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: Permanently fix org versioning breakage during builds? Date: Sun, 24 Dec 2023 18:58:15 +0200 Message-ID: <83zfxzbkrc.fsf@gnu.org> References: <25989.50971.995591.385250@google.com> <87a5q0dc9m.fsf@localhost> <87y1djc1c9.fsf@localhost> <87zfxzdbna.fsf@yahoo.com> <87plyv7oii.fsf@localhost> <25992.23831.887660.674994@retriever.mtv.corp.google.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="10183"; mail-complaints-to="usenet@ciao.gmane.io" Cc: raman@google.com, stefankangas@gmail.com, yantar92@posteo.net, luangruo@yahoo.com, emacs-devel@gnu.org To: =?utf-8?B?Sm/Do28gVMOhdm9yYQ==?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Dec 24 17:58:40 2023 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 1rHRoG-0002RS-JK for ged-emacs-devel@m.gmane-mx.org; Sun, 24 Dec 2023 17:58:40 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rHRo6-0007i6-Ae; Sun, 24 Dec 2023 11:58:30 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rHRny-0007hc-2q for emacs-devel@gnu.org; Sun, 24 Dec 2023 11:58:22 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rHRnx-0000cq-1I; Sun, 24 Dec 2023 11:58:21 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=LwQMEwG72TDQbcGCFojB1NNwbtmBC8Z+jNlPGaHROqg=; b=KThyAAuBG4t9nRHj33gn XAuYA+8nd50CK5Y0a/4ONuikJuKIVO+gW+tJj/S5T/Fj6BdMUOIBgFCdf1quEOCuhWC0zy1thDDS7 Uka6Y9F45e779ltvhyh36EbaIV7QpIoIw/I/Ujo7fUaloV90HzWUFSqb8jmHXqlJO7OiZv9K7e2jt bytZoJnuw0YnOx5ztKb1o4cFL7mdfQbDB40wk+uwcFLiV0NL0IMH/mBjoMDe+xJF+Up7EgdzFBVM/ lPCzRvVn05z3LKaPLrJAxQqoXmNW9GyafjWMmmiA5BQenmZOAoE0JwNRNP98H9D0p5WrOr1Ux4GP4 iULcicOfRAqQUA==; In-Reply-To: (message from =?utf-8?B?Sm/Do28gVMOhdm9yYQ==?= on Sun, 24 Dec 2023 16:39:54 +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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:314146 Archived-At: > From: João Távora > Date: Sun, 24 Dec 2023 16:39:54 +0000 > Cc: stefankangas@gmail.com, yantar92@posteo.net, luangruo@yahoo.com, > emacs-devel@gnu.org > > On Windows, the configure script takes ages Not if you use -C. Then it flies (except for the very first time you build a fresh clone).