From owner-freebsd-arch Wed May 10 9:22:54 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 9DF4437B862 for ; Wed, 10 May 2000 09:22:46 -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 MAA06756; Wed, 10 May 2000 12:22:29 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200005101622.MAA06756@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: <200005101552.IAA66121@vashon.polstra.com> Date: Wed, 10 May 2000 12:22:29 -0400 (EDT) From: John Baldwin To: John Polstra Subject: Re: .s -> .S filename change in /sys Cc: arch@FreeBSD.org Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 10-May-00 John Polstra wrote: > In article <20000510151546.8ECC61CE6@overcee.netplex.com.au>, > Peter Wemm 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 -- 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