Subject: Re: CVS commit: sharesrc
To: None <sommerfeld@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 12/01/1999 09:57:12
Bill Sommerfeld wrote:

> Module Name:	sharesrc
> Committed By:	sommerfeld
> Date:		Tue Nov 30 16:16:43 UTC 1999
> 
> Modified Files:
> 
> 	basesrc: Makefile
> 	sharesrc/share/mk: bsd.README bsd.own.mk
> 
> Log Message:
> 
> Add MKOBJDIRS make variable to bsd.own.mk, defaulting to "no" but
> overrideable in mk.conf
> 
> Document in bsd.README; this is distinct from "MKOBJ", which controls
> whether "make obj" does anything.
> 
> In the top-level makefile, if MKOBJDIRS != "no", do a "make obj" at an
> appropriate point during a "make build".

Is the setting of "MKOBJDIRS ?= no" redundant in basesrc/Makefile?
It appears that MKOBJDIRS should always be set to something in
bsd.own.mk...

Simon.