From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: windows installer Date: Thu, 16 Nov 2017 19:39:32 +0200 Message-ID: <83ineai0mj.fsf@gnu.org> References: <87po99qzbn.fsf@russet.org.uk> <1509955878.550800.1162811960.541B525D@webmail.messagingengine.com> <87h8u6bae3.fsf@russet.org.uk> <1510126271.1965593.1165373624.0601E5CF@webmail.messagingengine.com> <8760aijcek.fsf@russet.org.uk> <83ineiotjr.fsf@gnu.org> <3f972e79-afcd-4f92-a283-41fad4b687fb@default> <83efp5p8km.fsf@gnu.org> <87a7zpbxza.fsf@russet.org.uk> <87375eqjy0.fsf@russet.org.uk> <83lgj6i451.fsf@gnu.org> <83k1yqi2kn.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: blaine.gmane.org 1510854562 8627 195.159.176.226 (16 Nov 2017 17:49:22 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 16 Nov 2017 17:49:22 +0000 (UTC) Cc: jostein@secure.kjonigsen.net, emacs-devel@gnu.org, jostein@kjonigsen.net, drew.adams@oracle.com, phillip.lord@russet.org.uk To: Fabrice Popineau Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 16 18:49:17 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eFOHs-0001wq-OD for ged-emacs-devel@m.gmane.org; Thu, 16 Nov 2017 18:49:16 +0100 Original-Received: from localhost ([::1]:42199 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eFOI0-0007pw-3h for ged-emacs-devel@m.gmane.org; Thu, 16 Nov 2017 12:49:24 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60195) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eFO8J-0008BG-5C for emacs-devel@gnu.org; Thu, 16 Nov 2017 12:39:24 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eFO8F-0004dk-8J for emacs-devel@gnu.org; Thu, 16 Nov 2017 12:39:23 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:56636) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eFO8F-0004dF-4r; Thu, 16 Nov 2017 12:39:19 -0500 Original-Received: from [176.228.60.248] (port=2305 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1eFO8E-0000Ed-K3; Thu, 16 Nov 2017 12:39:19 -0500 In-reply-to: (message from Fabrice Popineau on Thu, 16 Nov 2017 18:35:19 +0100) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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:220231 Archived-At: > From: Fabrice Popineau > Date: Thu, 16 Nov 2017 18:35:19 +0100 > Cc: Phillip Lord , > Jostein Kjønigsen , > Jostein Kjønigsen , > Drew Adams , Emacs developers > > > > The last step takes an hour. > > > > Try "make -j8" instead, and it will end much faster. > > > > Well, the slow part is still configure, because of the numerous instances of shell that are launched. > > Not here, it isn't. The slow part is byte compilation of the files > with bootstrap-emacs, until it is rebuilt with byte-compiled compiler. > > Phillip said : > > ./configure ; make > > Since when does it bootstrap emacs and recompile elc files ? No, he said git clone emacs ./configure; make And that does bootstrap. > And on my machine, ./configure is about 10 times slower than compiling emacs itself (the make -j8 part). Does configure on your machine take anywhere near an hour? I doubt that.