Subject: CVS commit: src/distrib
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 02/02/2004 18:43:39
Module Name:	src
Committed By:	he
Date:		Mon Feb  2 18:43:39 UTC 2004

Modified Files:
	src/distrib/common: Makefile.distrib
	src/distrib/notes: Makefile.inc
	src/distrib/utils/sysinst: Makefile.inc

Log Message:
Add a list of files which determine the kernel version as
DISTRIBVERDEP in Makefile.distrib, and make both sysinst and
distribution notes use that information so that they rebuild
if the kernel version changes.

Distribution notes didn't have this before, sysinst had a private
(now outdated, since sys/sys/param.h now determines version) copy
of this.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/distrib/common/Makefile.distrib
cvs rdiff -r1.34 -r1.35 src/distrib/notes/Makefile.inc
cvs rdiff -r1.32 -r1.33 src/distrib/utils/sysinst/Makefile.inc

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