From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: cvs-update Date: Wed, 04 Jan 2006 08:27:44 +0200 Organization: JURTA Message-ID: <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 1136356763 31086 80.91.229.2 (4 Jan 2006 06:39:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 4 Jan 2006 06:39:23 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 04 07:39: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 1Eu2Iq-0000vF-4B for ged-emacs-devel@m.gmane.org; Wed, 04 Jan 2006 07:39:20 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Eu2KS-0005uW-A9 for ged-emacs-devel@m.gmane.org; Wed, 04 Jan 2006 01:41:00 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Eu2JK-0005rf-AF for emacs-devel@gnu.org; Wed, 04 Jan 2006 01:39:50 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Eu2JH-0005pH-Ri for emacs-devel@gnu.org; Wed, 04 Jan 2006 01:39:49 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Eu2JH-0005ok-9N for emacs-devel@gnu.org; Wed, 04 Jan 2006 01:39:47 -0500 Original-Received: from [194.126.101.98] (helo=mail.neti.ee) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Eu2Kd-0006om-5Y for emacs-devel@gnu.org; Wed, 04 Jan 2006 01:41:11 -0500 Original-Received: from mail.neti.ee (80-235-32-231-dsl.mus.estpak.ee [80.235.32.231]) by Relayhost1.neti.ee (Postfix) with ESMTP id 56BC6CAEA for ; Wed, 4 Jan 2006 08:38:21 +0200 (EET) Original-To: emacs-devel@gnu.org User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) X-Virus-Scanned: by amavisd-new-2.2.1 (20041222) (Debian) at neti.ee 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:48682 Archived-At: I see a new useful make target was added to Makefiles as: cvs-update: recompile autoloads finder-data custom-deps But I wonder why it doesn't use the existing target `updates'? I mean why not to write the same new target as: cvs-update: recompile updates Also I think it would be good to recommend it in INSTALL.CVS, e.g. by replacing $ make recompile EMACS=../src/emacs with $ make cvs-update EMACS=../src/emacs Or maybe even there should be a new top-level target `cvs-update' to perform all necessary updates after every CVS update, e.g. something like: make; make -C lisp EMACS=../src/emacs recompile updates; make; make tags; make info -- Juri Linkov http://www.jurta.org/emacs/