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 11:51:25 -0500 Message-ID: <87d5j6r53n.fsf-monnier+emacs@gnu.org> 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 1136486288 584 80.91.229.2 (5 Jan 2006 18:38:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 5 Jan 2006 18:38:08 +0000 (UTC) Cc: juri@jurta.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 05 19:38:06 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 1EuZzP-0000P0-Ay for ged-emacs-devel@m.gmane.org; Thu, 05 Jan 2006 19:37:33 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Eua19-0004b7-6c for ged-emacs-devel@m.gmane.org; Thu, 05 Jan 2006 13:39:19 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EuYMk-0000Gd-Fy for emacs-devel@gnu.org; Thu, 05 Jan 2006 11:53:30 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EuYMi-0000Fd-1y for emacs-devel@gnu.org; Thu, 05 Jan 2006 11:53:29 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EuYMg-0000FS-Vk for emacs-devel@gnu.org; Thu, 05 Jan 2006 11:53:27 -0500 Original-Received: from [209.226.175.54] (helo=tomts10-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EuYO6-0003XQ-SU; Thu, 05 Jan 2006 11:54:55 -0500 Original-Received: from alfajor ([67.71.26.159]) by tomts10-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20060105165126.IMRA14963.tomts10-srv.bellnexxia.net@alfajor>; Thu, 5 Jan 2006 11:51:26 -0500 Original-Received: by alfajor (Postfix, from userid 1000) id CC238D769E; Thu, 5 Jan 2006 11:51:25 -0500 (EST) Original-To: Eli Zaretskii In-Reply-To: (Eli Zaretskii's message of "Thu, 05 Jan 2006 18:29:24 +0200") 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:48761 Archived-At: >> > 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. > You misunderstood me (because my wording was ambiguous): > `mh-autoloads' is not part of `update-subdirs', it's part of > `updates'. Oh, I see. Well, then it shouldn't be in recompile. Stefan