Subject: Re: MAKE_JOBS_SAFE change for mk/build.mk
To: None <tech-pkg@netbsd.org>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: tech-pkg
Date: 12/15/2006 14:55:16
On Fri, Dec 15, 2006 at 04:01:22AM -0500, Blair Sadewitz wrote:
> I'm just wondering something like this could be implemented:

[snip ill-formated patch]

You can use
if ${.CURDIR} == "foo/bar"
MAKE_JOBS_SAFE=	no
endif

in /etc/mk.conf as well, right? Which also has the advantage of being
more fine grained than PKGBASE :-)

Joerg