Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Garrett D'Amore <gdamore@netbsd.org>
List: source-changes
Date: 06/18/2006 05:16:41
Module Name:	src
Committed By:	gdamore
Date:		Sun Jun 18 05:16:41 UTC 2006

Modified Files:
	src/tools: Makefile
	src/usr.bin/sed: compile.c main.c misc.c process.c
Added Files:
	src/tools/sed: Makefile

Log Message:
Make TOOL_SED, to allow using our own sed in cases where the host's version
is busted in some way.

The TOOL_SED doesn't use TIOCGWINSIZE, and has some changes to include
nbtool_config.h in a cross build environment.

Combined with some other changes (not yet committed), this allows cross
compiling m68k code on Solaris 10/amd64.


To generate a diff of this commit:
cvs rdiff -r1.97 -r1.98 src/tools/Makefile
cvs rdiff -r0 -r1.1 src/tools/sed/Makefile
cvs rdiff -r1.33 -r1.34 src/usr.bin/sed/compile.c
cvs rdiff -r1.16 -r1.17 src/usr.bin/sed/main.c
cvs rdiff -r1.8 -r1.9 src/usr.bin/sed/misc.c
cvs rdiff -r1.36 -r1.37 src/usr.bin/sed/process.c

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