Subject: CVS commit: basesrc/distrib/common
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 02/03/2002 17:24:44
Module Name:	basesrc
Committed By:	lukem
Date:		Sun Feb  3 15:24:43 UTC 2002

Added Files:
	basesrc/distrib/common: Makefile.crunch Makefile.image parselist.awk

Log Message:
distrib/common - shared files for building distribution media, initially
comprising of:

    Makefile.crunch
	build a crunchgen(1)ed binary from the provided lists

    Makefile.image
	build a tree from the provided lists, and
	build an ffs file system image from that tree using makefs(8),
	without requiring root privileges

    parselist.awk
	parse list files generating different output:
		crunchgen config
		mtree specfile
		sh commands to populate a tree


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 basesrc/distrib/common/Makefile.crunch \
    basesrc/distrib/common/Makefile.image \
    basesrc/distrib/common/parselist.awk

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