Subject: CVS commit: src/sys/arch
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 01/03/2003 04:34:50
Module Name:	src
Committed By:	thorpej
Date:		Fri Jan  3 02:34:49 UTC 2003

Modified Files:
	src/sys/arch/arm/conf: Makefile.arm
	src/sys/arch/cats/conf: Makefile.cats.inc
	src/sys/arch/netwinder/conf: Makefile.netwinder.inc
	src/sys/arch/shark/conf: Makefile.shark.inc

Log Message:
Don't define -D${MACHINE} in Makefile.arm.  Instead, let platforms
that care define it themselves.  Note that evbarm NO LONGER defines
-D${MACHINE}.


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 src/sys/arch/arm/conf/Makefile.arm
cvs rdiff -r1.12 -r1.13 src/sys/arch/cats/conf/Makefile.cats.inc
cvs rdiff -r1.6 -r1.7 src/sys/arch/netwinder/conf/Makefile.netwinder.inc
cvs rdiff -r1.2 -r1.3 src/sys/arch/shark/conf/Makefile.shark.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.