Subject: CVS commit: src/share/mk
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 11/29/2006 21:49:39
Module Name:	src
Committed By:	dsl
Date:		Wed Nov 29 21:49:39 UTC 2006

Modified Files:
	src/share/mk: bsd.own.mk

Log Message:
If MAKEOBJDIRPREFIX or MAKEOBJDIR is defined, then we rely on make to
set .OBJDIR so 'make -V .OBJDIR' doesn't need to read any makefiles.
Given how much cud-chewing make does in order to read a line, this
speeds things up significantly (the operation in hand).


To generate a diff of this commit:
cvs rdiff -r1.488 -r1.489 src/share/mk/bsd.own.mk

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