Subject: CVS commit: basesrc/etc
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 11/18/2002 09:09:47
Module Name:	basesrc
Committed By:	lukem
Date:		Mon Nov 18 07:09:47 UTC 2002

Modified Files:
	basesrc/etc: Makefile

Log Message:
Separate snap_kern into three targets, to allow finer control over
which bits to build, and to allow "make -j N" actually do something in
parallel:
- build_kernels: for each of ${ALL_KERNELS}, create kern-${NAME} target
  which configures & builds the kernel ${NAME}.
- build_kernsets: for each of ${KERNEL_SETS}, create kernset-${NAME} target
  to create ${RELEASEDIR}/binary/sets/kern-${NAME}.tgz
- build_releasekernels: for each of ${KERNEL_SETS} ${EXTRA_KERNELS}, create
  ${RELEASEDIR}/binary/kernel/netbsd-${NAME}.gz (et al)
(The latter two .WAIT until build_kernels has completed)


To generate a diff of this commit:
cvs rdiff -r1.231 -r1.232 basesrc/etc/Makefile

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