From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bill Wohler Newsgroups: gmane.emacs.devel Subject: Re: cvs-update Date: Thu, 05 Jan 2006 08:08:53 -0800 Organization: Newt Software Message-ID: <87acea4pyi.fsf@olgas.newt.com> References: <87mzic3ci4.fsf@jurta.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1136484805 27518 80.91.229.2 (5 Jan 2006 18:13:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 5 Jan 2006 18:13:25 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 05 19:13:20 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 1EuZba-0002rP-2h for ged-emacs-devel@m.gmane.org; Thu, 05 Jan 2006 19:12:54 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EuZdJ-0000DC-KM for ged-emacs-devel@m.gmane.org; Thu, 05 Jan 2006 13:14:41 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EuXi7-0002Oo-0C for emacs-devel@gnu.org; Thu, 05 Jan 2006 11:11:33 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EuXi4-0002OO-VK for emacs-devel@gnu.org; Thu, 05 Jan 2006 11:11:29 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EuXi4-0002OH-6P for emacs-devel@gnu.org; Thu, 05 Jan 2006 11:11:28 -0500 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLS-1.0:RSA_AES_128_CBC_SHA:16) (Exim 4.34) id 1EuXjf-0002lF-24 for emacs-devel@gnu.org; Thu, 05 Jan 2006 11:13:07 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1EuXg1-00017k-15 for emacs-devel@gnu.org; Thu, 05 Jan 2006 17:09:21 +0100 Original-Received: from h-68-166-188-239.snvacaid.dynamic.covad.net ([68.166.188.239]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 05 Jan 2006 17:09:21 +0100 Original-Received: from wohler by h-68-166-188-239.snvacaid.dynamic.covad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 05 Jan 2006 17:09:21 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 28 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: h-68-166-188-239.snvacaid.dynamic.covad.net User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:YaJfpWjU+nEF1wgm8CgGj7UAjOk= 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:48754 Archived-At: Stefan Monnier writes: >> Because "make updates" also does "make update-subdirs", which is >> almost always unnecessary, and includes the mh-autoloads target, which >> is already part of "make recompile". > > mh-autoloads should simply not be in update-subdirs. > It seems it's been added a bit everywhere rather than carefully choosing the > one place where it should go. Actually, I carefully chose each of those places ;-). 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. 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. I'm definitely open to feedback or suggestions. -- Bill Wohler http://www.newt.com/wohler/ GnuPG ID:610BD9AD Maintainer of comp.mail.mh FAQ and MH-E. Vote Libertarian! If you're passed on the right, you're in the wrong lane.