Subject: CVS commit: syssrc/usr.sbin/config
To: None <source-changes@netbsd.org>
From: Andrew Brown <atatat@netbsd.org>
List: source-changes
Date: 02/13/2002 01:20:11
Module Name:	syssrc
Committed By:	atatat
Date:		Tue Feb 12 23:20:11 UTC 2002

Modified Files:
	syssrc/usr.sbin/config: defs.h mkheaders.c mkioconf.c mkmakefile.c
	    mkswap.c

Log Message:
Avoid needlessly recreating the Makefile, ioconf.c, or any of the
swap*.c files if they haven't changed from the last time config was
run, so that less stuff will need to be rebuilt (ie, assym.h, upon
which many other things depend) each time config is rerun.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 syssrc/usr.sbin/config/defs.h
cvs rdiff -r1.30 -r1.31 syssrc/usr.sbin/config/mkheaders.c
cvs rdiff -r1.57 -r1.58 syssrc/usr.sbin/config/mkioconf.c
cvs rdiff -r1.53 -r1.54 syssrc/usr.sbin/config/mkmakefile.c
cvs rdiff -r1.12 -r1.13 syssrc/usr.sbin/config/mkswap.c

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