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: replacing ldefs-boot.el Date: Mon, 21 Nov 2016 05:27:25 +0200 Message-ID: <83vavh8qci.fsf@gnu.org> References: <87bmxa6o37.fsf@russet.org.uk> <83y40e7y65.fsf@gnu.org> <87twb16dta.fsf@russet.org.uk> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1479698845 12054 195.159.176.226 (21 Nov 2016 03:27:25 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 21 Nov 2016 03:27:25 +0000 (UTC) Cc: emacs-devel@gnu.org To: phillip.lord@russet.org.uk (Phillip Lord) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 21 04:27:21 2016 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 1c8fGL-0002YH-Fo for ged-emacs-devel@m.gmane.org; Mon, 21 Nov 2016 04:27:21 +0100 Original-Received: from localhost ([::1]:47148 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c8fGP-0005R3-1U for ged-emacs-devel@m.gmane.org; Sun, 20 Nov 2016 22:27:25 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50930) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c8fGI-0005Pz-QO for emacs-devel@gnu.org; Sun, 20 Nov 2016 22:27:19 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c8fGF-0002x5-NL for emacs-devel@gnu.org; Sun, 20 Nov 2016 22:27:18 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:38863) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c8fGF-0002x1-KC; Sun, 20 Nov 2016 22:27:15 -0500 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:2541 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1c8fGE-0003BK-E0; Sun, 20 Nov 2016 22:27:15 -0500 In-reply-to: <87twb16dta.fsf@russet.org.uk> (phillip.lord@russet.org.uk) 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:209518 Archived-At: > From: phillip.lord@russet.org.uk (Phillip Lord) > Cc: emacs-devel@gnu.org > Date: Sun, 20 Nov 2016 21:28:49 +0000 > > This is a reasonable significant change in the bootstrap build, and > there may be implications that I have not foreseen. Hence it makes sense > to ask first. Then please describe the bootstrap and the normal build in detail, because I'm not sure I understood the implications by just looking at the diffs. What are those additional files, and how and when they are generated? Thanks.