From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: bootstrap not regenerating some *loaddefs Date: Sat, 21 Jun 2008 10:10:24 +0300 Message-ID: References: <05iqw82bux.fsf@fencepost.gnu.org> <4kmylieydz.fsf@fencepost.gnu.org> <3hhcbpdyr5.fsf@fencepost.gnu.org> <2x3an73lso.fsf@fencepost.gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1214032253 2865 80.91.229.12 (21 Jun 2008 07:10:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 21 Jun 2008 07:10:53 +0000 (UTC) Cc: emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jun 21 09:11:37 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 1K9xG4-00084m-CN for ged-emacs-devel@m.gmane.org; Sat, 21 Jun 2008 09:11:36 +0200 Original-Received: from localhost ([127.0.0.1]:35199 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K9xFF-0004Vn-Fv for ged-emacs-devel@m.gmane.org; Sat, 21 Jun 2008 03:10:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K9xFA-0004UI-OQ for emacs-devel@gnu.org; Sat, 21 Jun 2008 03:10:40 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K9xF9-0004Sj-C5 for emacs-devel@gnu.org; Sat, 21 Jun 2008 03:10:39 -0400 Original-Received: from [199.232.76.173] (port=59580 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K9xF9-0004Sg-6A for emacs-devel@gnu.org; Sat, 21 Jun 2008 03:10:39 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]:14964) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K9xF3-0004yu-Ci; Sat, 21 Jun 2008 03:10:33 -0400 Original-Received: from mtaout2.012.net.il ([84.95.2.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K9xEx-00029n-Or; Sat, 21 Jun 2008 03:10:31 -0400 Original-Received: from HOME-C4E4A596F7 ([84.229.217.57]) by i_mtaout2.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0K2S007J9XYMRR90@i_mtaout2.012.net.il>; Sat, 21 Jun 2008 10:25:35 +0300 (IDT) In-reply-to: <2x3an73lso.fsf@fencepost.gnu.org> X-012-Sender: halo1@inter.net.il X-detected-kernel: by mx20.gnu.org: Solaris 9.1 X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:99588 Archived-At: > From: Glenn Morris > Cc: emacs-devel@gnu.org > Date: Fri, 20 Jun 2008 16:15:35 -0400 > > Since there is no useful information for custom-deps/finder-data in > loaddefs etc, I made custom-make-dependencies and > finder-compile-keywords-make-dist not scan these files any more (see > finder-no-scan-regexp etc). Thanks. It is now crystal clear that the dependency of these two targets on loaddefs.el can be removed. Btw, should we also add ldefs-boot.el to the list of files not to be scanned?