Subject: CVS commit: basesrc/distrib/common
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 02/07/2002 13:39:18
Module Name:	basesrc
Committed By:	lukem
Date:		Thu Feb  7 11:39:18 UTC 2002

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

Log Message:
- improve error checking
- add support for passing variables to parselist.awk that are used to replace
  text in each line of the lists.  currently supported strings:
	text		variable
	----		--------
	@MACHINE_ARCH@	MACHINE_ARCH
	@MACHINE@	MACHINE


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 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.