From owner-freebsd-arch Tue May 9 16:49:13 2000 Delivered-To: freebsd-arch@freebsd.org Received: from Awfulhak.org (tun.AwfulHak.org [194.242.139.173]) by hub.freebsd.org (Postfix) with ESMTP id 3624F37B947; Tue, 9 May 2000 16:49:05 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (root@hak.lan.awfulhak.org [172.16.0.12]) by Awfulhak.org (8.9.3/8.9.3) with ESMTP id AAA21551; Wed, 10 May 2000 00:47:03 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.9.3/8.9.3) with ESMTP id AAA30494; Wed, 10 May 2000 00:46:58 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200005092346.AAA30494@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.1.1 10/15/1999 To: Peter Wemm Cc: John Baldwin , "David O'Brien" , arch@FreeBSD.ORG, brian@hak.lan.Awfulhak.org Subject: Re: .s -> .S filename change in /sys In-Reply-To: Message from Peter Wemm of "Tue, 09 May 2000 15:49:10 PDT." <20000509224910.DC5BD1CE3@overcee.netplex.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 10 May 2000 00:46:57 +0100 From: Brian Somers Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > John Baldwin wrote: > > > > On 09-May-00 David O'Brien wrote: > > > I would like to rename the extension of all the .s files in /sys that need > > > pre-processing to .S. There are two reasons for this. > > > > Sounds good to me. > > BTW; this is the file counts of .s vs .S look like: > > ashburton[3:44pm]~src-104# find . -name '*.[sS]' > /tmp/s > ashburton[3:45pm]~src-105# egrep '\.s$' /tmp/s | wc -l > 96 > ashburton[3:45pm]~src-106# egrep '\.S$' /tmp/s | wc -l > 208 > > Repo copying all these .s files to .S will add about 1.7MB to the repo. > > I personally would prefer to have everything *.S, but remember that it > doesn't come for free. Can't they be repo-moved for free ? Would doing that actually do any damage (surely both cvs and cvsup'll just delete the .s and create the .S) ? Am I being naive ? > Cheers, > -Peter -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message