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 18:57:28 +0200 Message-ID: <83k1yqi2kn.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> 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 1510851745 14527 195.159.176.226 (16 Nov 2017 17:02:25 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 16 Nov 2017 17:02:25 +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:02:20 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 1eFNYO-0003FV-Et for ged-emacs-devel@m.gmane.org; Thu, 16 Nov 2017 18:02:16 +0100 Original-Received: from localhost ([::1]:41891 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eFNYV-0007We-Pz for ged-emacs-devel@m.gmane.org; Thu, 16 Nov 2017 12:02:23 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41245) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eFNTa-0003Vp-Fw for emacs-devel@gnu.org; Thu, 16 Nov 2017 11:57:19 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eFNTX-0001wl-9q for emacs-devel@gnu.org; Thu, 16 Nov 2017 11:57:18 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:55617) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eFNTX-0001wY-6D; Thu, 16 Nov 2017 11:57:15 -0500 Original-Received: from [176.228.60.248] (port=2198 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1eFNTW-0007a2-Jo; Thu, 16 Nov 2017 11:57:15 -0500 In-reply-to: (message from Fabrice Popineau on Thu, 16 Nov 2017 17:31:40 +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:220228 Archived-At: > From: Fabrice Popineau > Date: Thu, 16 Nov 2017 17:31:40 +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.