Subject: Re: CVS commit: [netbsd-1-6] syssrc/sys/arch/i386/stand
To: None <lukem@netbsd.org>
From: enami tsugutomo <enami@sm.sony.co.jp>
List: source-changes
Date: 07/04/2002 19:10:29
Luke Mewburn <lukem@netbsd.org> writes:

> Module Name:	syssrc
> Committed By:	lukem
> Date:		Wed Jul  3 02:27:05 UTC 2002
> 
> Modified Files:
> 	syssrc/sys/arch/i386/stand [netbsd-1-6]: Makefile.booters
> 
> Log Message:
> Pull up revision 1.35 (requested by pooka in ticket #424):
> Assign COPTS instead of adding to it, avoids situation where -mi386
> is mixed with -march=something_incompatible
> suggested by thorpej
> 
> To generate a diff of this commit:
> cvs rdiff -r1.33 -r1.33.8.1 syssrc/sys/arch/i386/stand/Makefile.booters

This change is not strictly same as the change between rev. 1.34 and
1.35 and make in stand/biosboot fails due to this.

enami.