Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 May 2000 17:29:31 -0600
From:      Wes Peters <wes@softweyr.com>
To:        John Baldwin <jhb@FreeBSD.ORG>
Cc:        Peter Wemm <peter@netplex.com.au>, "David O'Brien" <obrien@NUXI.com>, arch@FreeBSD.ORG
Subject:   Re: .s -> .S filename change in /sys
Message-ID:  <3919F0DB.A6DFFED5@softweyr.com>
References:  <200005100119.VAA05603@server.baldwin.cx>

next in thread | previous in thread | raw e-mail | index | archive | help
John Baldwin wrote:
> 
> On 10-May-00 Peter Wemm wrote:
> > So, it's 1.2MB, not 1.7MB like I stated above.
> 
> A 5 1/4" floppy disk.  I think I can live with that, personally. :)
> 
> > And I still prefer to have it all one way or the other BTW. I'd prefer that
> > we were specific about cpp or not - this means copying the CPP'ed files to
> > *.S and to hell with disk space.  One day we will reclaim the old
> > stuff from the Attic's if it every becomes necessary or worthwhile.
> 
> I agree.  This does require that we look at each .s file and figure out
> if it should be .S, but that shouldn't be _too_ bad.

find /usr/src/sys -name '*.s' | xargs grep -l '^#'

61 files on my 2-week-old 4.0 system.

-- 
            "Where am I, and what am I doing in this handbasket?"

Wes Peters                                                         Softweyr LLC
wes@softweyr.com                                           http://softweyr.com/


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?3919F0DB.A6DFFED5>