Subject: CVS commit: basesrc/distrib/sets
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 07/09/2002 19:08:40
Module Name:	basesrc
Committed By:	lukem
Date:		Tue Jul  9 16:08:39 UTC 2002

Modified Files:
	basesrc/distrib/sets: Makefile checkflist

Log Message:
checkflist:
	- add "-M metalog".  if metalog starts with "${DESTDIR}/", it
	  will be skipped in the flist check, to prevent unnecessary
	  warnings about extraneous ./METALOG
	- if the diff returned a non-zero exit code, print a warning message,
	  and for the default diff output, print a blurb describing the
	  meaning of the output.

Makefile:
	- call checkflist with "-M ${METALOG}" if UNPRIVED
	- run "${MAKE} checkflist" if ${DESTDIR} != ""

 NOTE:	this change will prevent maketars from running if the
	sets lists are out of date.  This is intentional.
	Better to fail than to build tar files with missing files.


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 basesrc/distrib/sets/Makefile
cvs rdiff -r1.14 -r1.15 basesrc/distrib/sets/checkflist

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