Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 10/20/2002 18:48:03
Module Name:	basesrc
Committed By:	lukem
Date:		Sun Oct 20 15:48:02 UTC 2002

Modified Files:
	basesrc: build.sh
	basesrc/doc: BUILDING.mdoc

Log Message:
- Add support for ./build.sh -k kern, which configures and builds the named
  kernel using the $TOOLDIR toolchain.  If kern doesn't contain `/', it will
  be searched for in ${KERNCONFDIR} (typically, sys/arch/${MACHINE}/conf).
- Improve ./build.sh usage.
- Add some examples to the documentation.

This is heavily based on [toolchain/18739] from Alan Barrett <apb@cequrux.com>,
with improvements by me.


To generate a diff of this commit:
cvs rdiff -r1.69 -r1.70 basesrc/build.sh
cvs rdiff -r1.1 -r1.2 basesrc/doc/BUILDING.mdoc

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