From owner-freebsd-arch Tue May 9 16:20: 6 2000 Delivered-To: freebsd-arch@freebsd.org Received: from server.baldwin.cx (jobaldwi.campus.vt.edu [198.82.67.146]) by hub.freebsd.org (Postfix) with ESMTP id EED3337B60E for ; Tue, 9 May 2000 16:20:01 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from john.baldwin.cx (john [10.0.0.2]) by server.baldwin.cx (8.9.3/8.9.3) with ESMTP id TAA05485; Tue, 9 May 2000 19:19:50 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200005092319.TAA05485@server.baldwin.cx> X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20000509224910.DC5BD1CE3@overcee.netplex.com.au> Date: Tue, 09 May 2000 19:19:50 -0400 (EDT) From: John Baldwin To: Peter Wemm Subject: Re: .s -> .S filename change in /sys Cc: arch@FreeBSD.org, "David O'Brien" Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 09-May-00 Peter Wemm 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 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. Not all need to be copied. Nothing in /sys/boot/i386 uses the C pre-processor, for example, but point taken. > I personally would prefer to have everything *.S, but remember that it > doesn't come for free. > > Cheers, > -Peter -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message