From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: Changes in lisp/Makefile.in to skip preloaded files Date: Fri, 9 Oct 2009 02:25:02 +0200 Message-ID: References: <83eipfmuaz.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1255047944 32135 80.91.229.12 (9 Oct 2009 00:25:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 9 Oct 2009 00:25:44 +0000 (UTC) Cc: Eli Zaretskii , Lennart Borgman , emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 09 02:25:33 2009 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.50) id 1Mw3Ib-0002Cc-8I for ged-emacs-devel@m.gmane.org; Fri, 09 Oct 2009 02:25:33 +0200 Original-Received: from localhost ([127.0.0.1]:32769 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mw3Ia-00063U-Gk for ged-emacs-devel@m.gmane.org; Thu, 08 Oct 2009 20:25:32 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mw3IT-000635-V0 for emacs-devel@gnu.org; Thu, 08 Oct 2009 20:25:26 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mw3IT-00062q-AN for emacs-devel@gnu.org; Thu, 08 Oct 2009 20:25:25 -0400 Original-Received: from [199.232.76.173] (port=60663 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mw3IT-00062n-5V for emacs-devel@gnu.org; Thu, 08 Oct 2009 20:25:25 -0400 Original-Received: from ey-out-1920.google.com ([74.125.78.146]:1995) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mw3IR-0001r3-2E; Thu, 08 Oct 2009 20:25:23 -0400 Original-Received: by ey-out-1920.google.com with SMTP id 3so5386536eyh.34 for ; Thu, 08 Oct 2009 17:25:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=byOJ+Wws1JFpIFCECaWzxUbisIzlxSkZ0ksWb8/nGvc=; b=vnxLrQBZ9aILFCVpt1S2DtOoH4wg+Z3x19e2Q6FJSeqs05yGA8mVPqRpBYyvMtcraT P9OxjPb560SmkiCO8fABbwnp3fQr77H2qW7nCagpXuRb60ZGcLexeOjzAaFHqi3Ukc7E XL4veCAbUSAVZZSBZH7eGtrs3LVLpOSAK4Qjo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=BqsTQCROT7w2rr7N2BBMlBD6iCUxhGzLjrfqn+WnNAlc1vNRhexbojBwhEt5eD1OYb 9gZwIEhvTBP67IGMtQUvNQPQyIsj1FCNEgbzPKja7xerev6rqWKjnJtF22Ba6Gd/0uV9 UUcIUbvF5Rxk2EliLmFu4e12A+pruih8aWbp0= Original-Received: by 10.211.160.1 with SMTP id m1mr9028066ebo.50.1255047922153; Thu, 08 Oct 2009 17:25:22 -0700 (PDT) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:116004 Archived-At: On Fri, Oct 9, 2009 at 02:04, Glenn Morris wrote: > You know Eli fixed my trivial and obvious typo? Yes. My (obviously mistaken) impression was that Eli fixed it so it didn't cause an error, not that it did work. Indeed, it works now and does not need any fix. In my defense, between your typo and Eli's fix I was also struggling with another autoloads-related bootstrap bug on Windows (introduced by a missing S in WINS_UPDATE), and I accidentally conflated both problems. Let's say that after bootstrapping more than a dozen times in a row, I was more than a little bored and my attention was dwindling (on my computer, I have to stop the bootstrap every now and then to prevent the CPU from overheating, so that's a dozen bootstraps with an eye on the log and the other one on the CPU temp tracker on the taskbar...) Juanma