Subject: Re: CVS commit: src/share/mk
To: Matthias Drochner <drochner@netbsd.org>
From: David Laight <david@l8s.co.uk>
List: source-changes
Date: 11/25/2006 09:46:03
On Fri, Nov 24, 2006 at 12:02:55PM +0000, Matthias Drochner wrote:
> 
> Module Name:	src
> Committed By:	drochner
> Date:		Fri Nov 24 12:02:55 UTC 2006
> 
> Modified Files:
> 	src/share/mk: bsd.own.mk
> 
> Log Message:
> fix previous: need to pull in <bsd.obj.mk> to get the real .OBJDIR

When and why does this make a difference?

The purpose of the change was to stop make having to parse several 1000
lines of makefile.

.OBJDIR is usually set by make based on env vars before any makefiles are read.

I can't see any assignments to .OBJDIR (which might have the effect of
changing the current directory as well as setting the variable) in any of
the bsd.xxx.mk files.

In fact nothing in the tree matches '\.OBJDIR\>.*='

	David

-- 
David Laight: david@l8s.co.uk