Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 04/13/2004 12:43:13
Module Name:	src
Committed By:	lukem
Date:		Tue Apr 13 12:43:13 UTC 2004

Modified Files:
	src: Makefile
	src/etc: Makefile

Log Message:
Convert lines of the form
	(cd ${.CURDIR}/somedir && ${MAKE} AVAR=value atarget)
to
	${MAKEDIRTARGET} somedir atarget AVAR=value
which results in a "prettier" display of these operations


To generate a diff of this commit:
cvs rdiff -r1.231 -r1.232 src/Makefile
cvs rdiff -r1.284 -r1.285 src/etc/Makefile

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