Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Stephen Borrill <sborrill@netbsd.org>
List: source-changes
Date: 11/23/2007 16:19:29
Module Name:	src
Committed By:	sborrill
Date:		Fri Nov 23 16:19:29 UTC 2007

Modified Files:
	src: BUILDING build.sh
	src/distrib/common: Makefile.bootcd
	src/doc: BUILDING.mdoc

Log Message:
Add support for CDBUILDEXTRA which acts like CDEXTRA to add extra items
to the CD-ROM image.
Make CDEXTRA and CDBUILDEXTRA be able to contain lists of files and directories
which are added in turn.
Add support for CDEXTRA_SKIP which contains a list of fnmatch(3) items to
skip during the copy. This is _very_ useful for skipping CVS dirs for example.
CDBUILDEXTRA and CDEXTRA_SKIP are to be used in Makefiles creating the images,
CDEXTRA remains to be used from build.sh.
Update documentation and build.sh help text to show that -C can be used to
specify a list of files and directories rather than just a single dir.


To generate a diff of this commit:
cvs rdiff -r1.66 -r1.67 src/BUILDING
cvs rdiff -r1.178 -r1.179 src/build.sh
cvs rdiff -r1.12 -r1.13 src/distrib/common/Makefile.bootcd
cvs rdiff -r1.53 -r1.54 src/doc/BUILDING.mdoc

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