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:45:35 +0200 Message-ID: References: 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 1213724821 23371 80.91.229.12 (17 Jun 2008 17:47:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 17 Jun 2008 17:47:01 +0000 (UTC) Cc: emacs-devel Mailinglist To: "Stefan Monnier" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 17 19:47:45 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 1K8fHQ-0008Uv-7i for ged-emacs-devel@m.gmane.org; Tue, 17 Jun 2008 19:47:40 +0200 Original-Received: from localhost ([127.0.0.1]:55965 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K8fGa-0000EN-SG for ged-emacs-devel@m.gmane.org; Tue, 17 Jun 2008 13:46:48 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K8fFY-0007zS-MV for emacs-devel@gnu.org; Tue, 17 Jun 2008 13:45:45 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K8fFT-0007vn-Ll for emacs-devel@gnu.org; Tue, 17 Jun 2008 13:45:43 -0400 Original-Received: from [199.232.76.173] (port=50705 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K8fFT-0007ve-G7 for emacs-devel@gnu.org; Tue, 17 Jun 2008 13:45:39 -0400 Original-Received: from ug-out-1314.google.com ([66.249.92.171]:20429) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K8fFS-0006hh-SI for emacs-devel@gnu.org; Tue, 17 Jun 2008 13:45:39 -0400 Original-Received: by ug-out-1314.google.com with SMTP id l31so629936ugc.48 for ; Tue, 17 Jun 2008 10:45:35 -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=0G83xnZ5nvWLyA3Q9oPDd1NVMw9qOQaAH/dG/bQGTYs=; b=LXnSoiiycq9PtjmB8mk/LtKKPT5U1z7/B3Ijtk8ODzF85oejDzxvrleQyEZCwstQjm 8GGPgqhur3bmH91vvxAX/u3BvmM6mnGSadWKMJHdSHwzHXGckeeWptguvmeF+vS4AaNR 3vSGar4xwzMsWJBB40GPncS9QCEOA30qvuKBk= 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=mT7DTxVgd7IoVy9WO3BlESg2/MHba9npu23oB6U6L41Qskj/pJ/f5X7chVMiblgWZn EJXgxByOBiwA8JfyzLNGY1qZ3kNjtWgbwAyBOOatmpjP3cp50T+RbTjZDXXVK8fyKk0E VHe3dQNMJQrA/79VCZ9Q8JbUD7ug18tRRcB1k= Original-Received: by 10.210.46.12 with SMTP id t12mr7975984ebt.64.1213724735424; Tue, 17 Jun 2008 10:45:35 -0700 (PDT) Original-Received: by 10.210.71.14 with HTTP; Tue, 17 Jun 2008 10:45:35 -0700 (PDT) In-Reply-To: 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:99358 Archived-At: On Tue, Jun 17, 2008 at 19:34, Stefan Monnier wrote: > "make maintainer-clean" should remove lisp/loaddefs.el as well. > Doesn't it? Or is it insufficient? It is currently insufficient, because during bootstrap (on Windows, at least) there's always a loaddefs.el, which is a copy of ldefs-boot.el. If updating that loaddefs.el does not need to update calc's autoloads, calc/calc-loaddefs.el is not generated (AFAICS). Juanma