Subject: CVS commit: syssrc/usr.sbin/config
To: None <source-changes@netbsd.org>
From: Andrew Brown <atatat@netbsd.org>
List: source-changes
Date: 11/19/2002 06:24:17
Module Name:	syssrc
Committed By:	atatat
Date:		Tue Nov 19 04:24:17 UTC 2002

Modified Files:
	syssrc/usr.sbin/config: mkmakefile.c

Log Message:
Define KERNEL_BUILD at the top of the emitted kernel Makefile.  This
means that the appropriate combination of checking for KERNEL_BUILD,
RELEASEDIR, DESTDIR, and/or BSD_PKG_MK, can allow the setting of COPTS
or CFLAGS (or anything else) depending on the specific task at hand.
Personally, I think that per-kernel install rules are the best part.


To generate a diff of this commit:
cvs rdiff -r1.56 -r1.57 syssrc/usr.sbin/config/mkmakefile.c

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