Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 06/24/2007 01:03:35
Module Name:	src
Committed By:	dyoung
Date:		Sun Jun 24 01:03:35 UTC 2007

Modified Files:
	src/sys/arch/evbmips: Makefile
	src/sys/kern: Make.tags.inc

Log Message:
In sys/kern/Make.tags.inc, create an intermediate variable FINDCOMM.
FINDCOMM contains the find(1) command that produces the list of
NetBSD sources that all architectures share, COMM.  For backwards
compatibility, evaluate FINDCOMM to produce ${COMM}.

In arch/evbmips/Makefile, use FINDCOMM directly, because the
command-line 'echo $COMM ...' was too long.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/sys/arch/evbmips/Makefile
cvs rdiff -r1.13 -r1.14 src/sys/kern/Make.tags.inc

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