From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: Fixing parallel byte-compilation Date: Fri, 10 Sep 2010 20:52:32 -0400 Message-ID: References: <80occ5xilc.fsf@fencepost.gnu.org> <73F42D6A-34B4-4618-BDCF-7C1970E05DB5@mit.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1284166361 12610 80.91.229.12 (11 Sep 2010 00:52:41 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 11 Sep 2010 00:52:41 +0000 (UTC) Cc: emacs-devel@gnu.org To: Chad Brown Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Sep 11 02:52:39 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OuEKb-0007ZZ-Sm for ged-emacs-devel@m.gmane.org; Sat, 11 Sep 2010 02:52:38 +0200 Original-Received: from localhost ([127.0.0.1]:39109 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OuEKb-0006D1-EV for ged-emacs-devel@m.gmane.org; Fri, 10 Sep 2010 20:52:37 -0400 Original-Received: from [140.186.70.92] (port=35560 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OuEKT-0006Cw-Eg for emacs-devel@gnu.org; Fri, 10 Sep 2010 20:52:30 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OuEKS-0001zK-GY for emacs-devel@gnu.org; Fri, 10 Sep 2010 20:52:29 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:46259) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OuEKS-0001zG-Ei for emacs-devel@gnu.org; Fri, 10 Sep 2010 20:52:28 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1OuEKX-0002kh-0P; Fri, 10 Sep 2010 20:52:33 -0400 X-Spook: Rubin BROMURE ICE CNCIS clandestine Rumsfeld 22nd SAS X-Ran: +:WfyQJlV<>>^6WKkaVTMaq(W=Hu5K$N[3Ybn|r*IA#xC$;6a*2B1aFN3`(L~p"2P~(ba= X-Hue: magenta X-Attribution: GM User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:129941 Archived-At: Chad Brown wrote: > I'll hazard a guess that this solves the `exact-same-time' problem, > but still leaves dueling emacs builds with potentially incompatible > .elc files if there's a multi-file change, Sorry, I don't understand what you mean by the second part. Bootstrapping starts by deleting all .elc files, if that's relevant.