Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 09 May 2000 15:49:10 -0700
From:      Peter Wemm <peter@netplex.com.au>
To:        John Baldwin <jhb@FreeBSD.ORG>
Cc:        "David O'Brien" <obrien@NUXI.com>, arch@FreeBSD.ORG
Subject:   Re: .s -> .S filename change in /sys 
Message-ID:  <20000509224910.DC5BD1CE3@overcee.netplex.com.au>
In-Reply-To: Message from John Baldwin <jhb@FreeBSD.ORG>  of "Tue, 09 May 2000 18:17:04 EDT." <200005092217.SAA05406@server.baldwin.cx> 

next in thread | previous in thread | raw e-mail | index | archive | help
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.

Cheers,
-Peter



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-arch" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000509224910.DC5BD1CE3>