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: cvs-update Date: Thu, 05 Jan 2006 18:33:44 +0200 Message-ID: References: <87mzic3ci4.fsf@jurta.org> <87lkxv897x.fsf@jurta.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1136485638 30534 80.91.229.2 (5 Jan 2006 18:27:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 5 Jan 2006 18:27:18 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 05 19:27:09 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 1EuZp8-00063M-Ip for ged-emacs-devel@m.gmane.org; Thu, 05 Jan 2006 19:26:55 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EuZqs-0000Us-9Q for ged-emacs-devel@m.gmane.org; Thu, 05 Jan 2006 13:28:42 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EuY5e-0001ZW-0F for emacs-devel@gnu.org; Thu, 05 Jan 2006 11:35:50 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EuY5c-0001Z6-Pj for emacs-devel@gnu.org; Thu, 05 Jan 2006 11:35:49 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EuY5a-0001Yg-SA for emacs-devel@gnu.org; Thu, 05 Jan 2006 11:35:47 -0500 Original-Received: from [192.114.186.66] (helo=romy.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EuY7C-0008IX-0I for emacs-devel@gnu.org; Thu, 05 Jan 2006 11:37:26 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-203-236.inter.net.il [80.230.203.236]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id DHW30715 (AUTH halo1); Thu, 5 Jan 2006 18:33:44 +0200 (IST) Original-To: Juri Linkov , Bill Wohler In-reply-to: <87lkxv897x.fsf@jurta.org> (message from Juri Linkov on Thu, 05 Jan 2006 08:44:34 +0200) 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:48758 Archived-At: > From: Juri Linkov > Cc: emacs-devel@gnu.org > Date: Thu, 05 Jan 2006 08:44:34 +0200 > > > Because "make updates" also does "make update-subdirs", which is > > almost always unnecessary, > > update-subdirs is much faster than other updates so it doesn't hurt to > call this target after every CVS update. That depends on how fast is your machine and your filesystem. I have sometimes to work on platforms where update-subdirs is annoyingly slow. In any case, I always thought Make was invented precisely so unnecessary commands would not be run, even if they don't take long time. > > and includes the mh-autoloads target, which is already part of "make > > recompile". > > Then it should be removed. >>From where? from "make recompile"? I thought it was there for a good reason. Bill, could you please comment on this?