Date: Mon, 11 Sep 2006 12:40:20 +0200 From: "[LoN]Kamikaze" <LoN_Kamikaze@gmx.de> To: freebsd-questions@freebsd.org Subject: Re: how to get one OBJDIR per kernel Message-ID: <45053D14.7090705@gmx.de> In-Reply-To: <4505303A.8020405@gmx.de> References: <4505303A.8020405@gmx.de>
next in thread | previous in thread | raw e-mail | index | archive | help
[LoN]Kamikaze wrote: > ... The trouble is > that different kernels still clash in the same OBJDIR. I would like to > have something like MAKEOBJDIRPREFIX=/usr/obj/${KERNCONF} , the trouble > being that it cannot be set in make.conf . > Is there a way around this restriction? > Just for the record I found a solution. My first test indicates that it works fine, that makes me wonder why the restriction is there. .if !make(dummy) MAKEOBJDIRPREFIX= ${WRKDIRPREFIX}/${KERNCONF} .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?45053D14.7090705>