From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Nick Roberts Newsgroups: gmane.emacs.devel Subject: Re: INSTALL-CVS Date: Thu, 5 Jun 2003 20:02:18 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <16095.37818.50510.347052@nick.uklinux.net> References: <16086.31800.692970.193443@nick.uklinux.net> <16090.26460.514633.853505@nick.uklinux.net> <200306041442.h54EgTtL025689@rum.cs.yale.edu> <200306051402.h55E2A3D032116@rum.cs.yale.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1054840338 3313 80.91.224.249 (5 Jun 2003 19:12:18 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 5 Jun 2003 19:12:18 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Jun 05 21:12:15 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19O09n-0000rF-00 for ; Thu, 05 Jun 2003 21:12:15 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19O0Rz-0004AW-00 for ; Thu, 05 Jun 2003 21:31:03 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19O0Af-0002EC-LN for emacs-devel@quimby.gnus.org; Thu, 05 Jun 2003 15:13:09 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19O08z-0001ew-Jp for emacs-devel@gnu.org; Thu, 05 Jun 2003 15:11:25 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19O07w-0001Rv-9D for emacs-devel@gnu.org; Thu, 05 Jun 2003 15:10:20 -0400 Original-Received: from bts-0544.dialup.zetnet.co.uk ([194.247.50.32] helo=nick.uklinux.net) by monty-python.gnu.org with esmtp (Exim 4.20) id 19O04v-0000dk-5I for emacs-devel@gnu.org; Thu, 05 Jun 2003 15:07:13 -0400 Original-Received: by nick.uklinux.net (Postfix, from userid 501) id 8CC7475FDD; Thu, 5 Jun 2003 20:02:19 +0100 (BST) Original-To: emacs-devel@gnu.org In-Reply-To: <200306051402.h55E2A3D032116@rum.cs.yale.edu> X-Mailer: VM 6.97 under Emacs 21.2.1 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:14781 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:14781 > Agreed. I thought the reason why `man' was not in the default > target was because some `tar's might leave timestamps alone, > so that the relative timestamps depend on the order in which > the files were extracted from the tarball. > > Any objection to the patch below ? > ... Or, in case there is a problem for the tarball, how about: all: ${SUBDIR} leim cvs cvs: if [ -f INSTALL-CVS ]; \ then $(MAKE) info; \ fi as I assume the file, INSTALL-CVS, isn't included in the tarball and the user need only type make in both cases. Nick