From owner-freebsd-arch Tue May 9 16:54:11 2000 Delivered-To: freebsd-arch@freebsd.org Received: from overcee.netplex.com.au (peter1.yahoo.com [208.48.107.4]) by hub.freebsd.org (Postfix) with ESMTP id 2C8CF37BEDE; Tue, 9 May 2000 16:54:09 -0700 (PDT) (envelope-from peter@netplex.com.au) Received: from netplex.com.au (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id 2DD421CE5; Tue, 9 May 2000 16:54:08 -0700 (PDT) (envelope-from peter@netplex.com.au) X-Mailer: exmh version 2.1.1 10/15/1999 To: Brian Somers 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 Brian Somers of "Wed, 10 May 2000 00:46:57 BST." <200005092346.AAA30494@hak.lan.Awfulhak.org> Date: Tue, 09 May 2000 16:54:08 -0700 From: Peter Wemm Message-Id: <20000509235408.2DD421CE5@overcee.netplex.com.au> Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Brian Somers wrote: > > 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 n eed > > > > 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 ? No, because if you 'cvs checkout -r RELENG_4_0_0_RELEASE src' you will end up with something that does not build, because the Makefiles etc will refer to *.s, not *.S. Cheers, -Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message