From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: cvs-update Date: Thu, 05 Jan 2006 13:54:06 -0500 Message-ID: <87sls2pkwl.fsf-monnier+emacs@gnu.org> References: <87mzic3ci4.fsf@jurta.org> <87acea4pyi.fsf@olgas.newt.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1136489386 12416 80.91.229.2 (5 Jan 2006 19:29:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 5 Jan 2006 19:29:46 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 05 20:29:44 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EuanW-0005sd-GM for ged-emacs-devel@m.gmane.org; Thu, 05 Jan 2006 20:29:18 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EuapG-0001H9-7Y for ged-emacs-devel@m.gmane.org; Thu, 05 Jan 2006 14:31:06 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EuaHL-00064S-U6 for emacs-devel@gnu.org; Thu, 05 Jan 2006 13:56:04 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EuaHJ-00063f-Kk for emacs-devel@gnu.org; Thu, 05 Jan 2006 13:56:03 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EuaHJ-00063Z-Ez for emacs-devel@gnu.org; Thu, 05 Jan 2006 13:56:01 -0500 Original-Received: from [209.226.175.184] (helo=tomts22-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EuaIv-0006CY-O6 for emacs-devel@gnu.org; Thu, 05 Jan 2006 13:57:41 -0500 Original-Received: from alfajor ([67.71.26.159]) by tomts22-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20060105185412.WLMB16473.tomts22-srv.bellnexxia.net@alfajor>; Thu, 5 Jan 2006 13:54:12 -0500 Original-Received: by alfajor (Postfix, from userid 1000) id 35883D769F; Thu, 5 Jan 2006 13:54:06 -0500 (EST) Original-To: Bill Wohler In-Reply-To: <87acea4pyi.fsf@olgas.newt.com> (Bill Wohler's message of "Thu, 05 Jan 2006 08:08:53 -0800") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-Originating-IP: [0] 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:48765 Archived-At: > I started out by putting it everywhere where "autoloads" appeared > since it's an identical construct. If mh-autoloads doesn't belong in > those places, neither does autoloads. If I remember correctly, I had > to add it to compile and recompile too since it wasn't getting run > during bootstrap or during recompiles after cvs updates. As far as I know, bootstrap rebuild loaddefs.el even though `autoloads' is not on `compile', so there must have been some other problem. > Note that unlike autoloads target, the mh-autoloads target won't > actually do anything if none of the files in the mh-e directory have > changed. And it runs a whole lot faster. Right, so maybe it should be in compile/recompile only and nowhere else. Stefan