From owner-cvs-src@FreeBSD.ORG Fri Sep 17 21:22:49 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31BED16A4CE; Fri, 17 Sep 2004 21:22:49 +0000 (GMT) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id B372C43D3F; Fri, 17 Sep 2004 21:22:47 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-b239.otenet.gr [212.205.244.247]) i8HLMiIP029487; Sat, 18 Sep 2004 00:22:45 +0300 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.13.1/8.13.1) with ESMTP id i8HLKP9K078976; Sat, 18 Sep 2004 00:20:25 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.13.1/8.13.1/Submit) id i8HLKPEV078972; Sat, 18 Sep 2004 00:20:25 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Sat, 18 Sep 2004 00:20:24 +0300 From: Giorgos Keramidas To: "Bruce A. Mah" Message-ID: <20040917212024.GA74833@gothmog.gr> References: <200409171928.i8HJSkrV094216@repoman.freebsd.org> <20040917193216.GA956@gothmog.gr> <1095452041.36272.51.camel@tomcat.kitchenlab.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1095452041.36272.51.camel@tomcat.kitchenlab.org> Phone: +30-2610-312145 Mobile: +30-6944-116520 cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/release Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Sep 2004 21:22:49 -0000 On 2004-09-17 13:14, "Bruce A. Mah" wrote: > Thanks! That's a step in the right direction, but the release.8, ftp.1, > and cdrom.1 targets also need tweaking to accomodate the removal of this > document. Something like the attached (untested) patch... Damn. I used a lowercase regexp and missed those! Do we need to test this or will you commit it (the 'make release' I started a couple of hours ago still runs and hasn't reached this sport yet)! > Index: Makefile > =================================================================== > RCS file: /home/ncvs/src/release/Makefile,v > retrieving revision 1.862 > diff -u -r1.862 Makefile > --- Makefile 17 Sep 2004 19:28:46 -0000 1.862 > +++ Makefile 17 Sep 2004 20:12:33 -0000 > @@ -717,8 +717,6 @@ > done > @mv ${RD}/mfsfd/stand/help/INSTALLATION.TXT \ > ${RD}/mfsfd/stand/help/INSTALL.TXT > - @mv ${RD}/mfsfd/stand/help/EARLY-ADOPTER.TXT \ > - ${RD}/mfsfd/stand/help/EARLY.TXT [...]