Subject: CVS commit: basesrc/etc
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 10/16/2002 05:30:49
Module Name: basesrc
Committed By: lukem
Date: Wed Oct 16 02:30:49 UTC 2002
Modified Files:
basesrc/etc: Makefile
Log Message:
Set
ALL_KERNELS ?= ${KERNEL_SETS} ${EXTRA_KERNELS} ${BUILD_KERNELS}
and use ALL_KERNELS instead of the latter three in the loop to configure
& build kernels. This allows ALL_KERNELS to be overridden in make(1)'s
environment or on make(1)'s command line... (I got sick of waiting for
all eleven i386 kernels to rebuild when I was only testing one)
To generate a diff of this commit:
cvs rdiff -r1.228 -r1.229 basesrc/etc/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.