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: bootstrap not regenerating some *loaddefs Date: Tue, 17 Jun 2008 19:55:56 +0200 Message-ID: References: <4857D484.8000509@gnu.org> <05iqw82bux.fsf@fencepost.gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1213725372 25225 80.91.229.12 (17 Jun 2008 17:56:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 17 Jun 2008 17:56:12 +0000 (UTC) Cc: emacs-devel Mailinglist , Jason Rumney To: "Glenn Morris" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 17 19:56:56 2008 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 1K8fQM-00037X-19 for ged-emacs-devel@m.gmane.org; Tue, 17 Jun 2008 19:56:54 +0200 Original-Received: from localhost ([127.0.0.1]:52158 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K8fPX-0006GI-Mf for ged-emacs-devel@m.gmane.org; Tue, 17 Jun 2008 13:56:03 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K8fPT-0006G4-In for emacs-devel@gnu.org; Tue, 17 Jun 2008 13:55:59 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K8fPR-0006F5-UV for emacs-devel@gnu.org; Tue, 17 Jun 2008 13:55:59 -0400 Original-Received: from [199.232.76.173] (port=55156 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K8fPR-0006F2-Oy for emacs-devel@gnu.org; Tue, 17 Jun 2008 13:55:57 -0400 Original-Received: from ik-out-1112.google.com ([66.249.90.181]:4606) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K8fPR-0008Dp-HR for emacs-devel@gnu.org; Tue, 17 Jun 2008 13:55:57 -0400 Original-Received: by ik-out-1112.google.com with SMTP id c21so4631296ika.2 for ; Tue, 17 Jun 2008 10:55:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=fmHnV+lz2VNNG8MHO5mJ3hvRoU8ME3eImR+a3HVmsB8=; b=kgop8+ePHA3bOq+SNpf5I5hGqKZI3CHjrxNau/O+zvW6gpiypTlMCAvVscbYCTu/IB /3TEmU11lx5sYqW82IarfBAZhAPBj74nrA6sER0r/PeFmPGp9GEQalmIF6TcCCigVxDx smzmtjwpYkEymaTmFvs97jReXSpJ5HJ2+PwY8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=JL97LD+J+//92pYepJhK00RiCvQo1YkQxuWJPw4BLdehpLe8tm5RTTIzq8/FzCfnAx QzPfW35ljfZHwVJ8EGVDDkC/ALoddYnoQdlkYSF0GMn+naBo14utff664eQv8Ttz0qvQ GYQ4o6HHxR4RAI4VBA+0MuqtECG/48DtynaJk= Original-Received: by 10.210.49.19 with SMTP id w19mr7995982ebw.69.1213725356347; Tue, 17 Jun 2008 10:55:56 -0700 (PDT) Original-Received: by 10.210.71.14 with HTTP; Tue, 17 Jun 2008 10:55:56 -0700 (PDT) In-Reply-To: <05iqw82bux.fsf@fencepost.gnu.org> Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: 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:99360 Archived-At: On Tue, Jun 17, 2008 at 19:46, Glenn Morris wrote: > See loadup.el. I think it will all work if you copy Stefan's > 2008-04-11 lisp/Makefile.in change. > I think you are having a version of the problem summarized as "If it > hurts, don't do that": Well, not exactly. I was not idly deleting calc-loaddefs.el just for the fun of it, you know... I did "make maintainer-clean" & "make bootstrap". There's nothing "don't do that" in that particular sequence of actions. Unless you're referring to copying ldefs-boot.el over loaddefs.el. Juanma