Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 May 2000 12:22:29 -0400 (EDT)
From:      John Baldwin <jhb@FreeBSD.org>
To:        John Polstra <jdp@polstra.com>
Cc:        arch@FreeBSD.org
Subject:   Re: .s -> .S filename change in /sys
Message-ID:  <200005101622.MAA06756@server.baldwin.cx>
In-Reply-To: <200005101552.IAA66121@vashon.polstra.com>

next in thread | previous in thread | raw e-mail | index | archive | help

On 10-May-00 John Polstra wrote:
> In article <20000510151546.8ECC61CE6@overcee.netplex.com.au>,
> Peter Wemm  <peter@netplex.com.au> wrote:
>> 
>> If Bruce is happy with it, then I am too.
> 
> I am not one bit happy with it.  I don't want to go through this all
> the time:
> 
>     vi locore.S
>     File not found
>     [JDP: Grrr, this is 4.0, so it's .s not .S, *grumble*]
>     vi locore.s
> 
> And MFCs aren't going to be much fun either.  To me the whole exercise
> seems entirely gratuitous just to solve a problem which never comes up
> in normal use and which could be solved by other less intrusive means.
> 
> In any case (since it appears I've already lost this argument), please
> please please rename _all_ of the .s files or _none_ of them.  If I
> need to edit an assembly language file, I don't want to have to think
> about whether it probably uses the preprocessor or not.  And I don't
> want to have to do yet another repo copy each time a file goes from
> not using the preprocessor to using it.

Well... many of the .s only files in /sys/boot/i386 don't work at all
with cpp(1) because they use '#' for the comment character.  So, if
we change files that don't even use cpp(1) to .S then we'll also have to
go through and reformat all the comments in said files.  However, if all
.S is deemed to be the best way to go, I'll fix all the comments (shouldn't
be anything sed can't fix :) ).

> John

-- 

John Baldwin <jhb@FreeBSD.org> -- 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




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