Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jun 2002 12:25:32 -0700
From:      "David O'Brien" <obrien@FreeBSD.ORG>
To:        Riccardo Torrini <riccardo@torrini.org>
Cc:        freebsd-current@FreeBSD.ORG
Subject:   Re: custom kernel
Message-ID:  <20020625122532.A3315@dragon.nuxi.com>
In-Reply-To: <XFMail.20020625201430.riccardo@torrini.org>; from riccardo@torrini.org on Tue, Jun 25, 2002 at 08:14:30PM %2B0200
References:  <20020624203634G.matusita@jp.FreeBSD.org> <XFMail.20020625201430.riccardo@torrini.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Jun 25, 2002 at 08:14:30PM +0200, Riccardo Torrini wrote:
> # diff -u2 /usr/src/Makefile.inc1.orig /usr/src/Makefile.inc1
> --- /usr/src/Makefile.inc1.orig        Mon Apr 29 20:42:50 2002
> +++ /usr/src/Makefile.inc1     Tue Jun 25 20:05:28 2002
> @@ -402,9 +402,10 @@
>  KRNLCONFDIR=   ${KRNLSRCDIR}/${TARGET}/conf
>  KRNLOBJDIR=    ${OBJTREE}${KRNLSRCDIR}
> +KERNCONFDIR?=  ${KRNLCONFDIR}

Why do we need yet another knob?  Why not just ?= KRNLCONFDIR, or default
KERNCONFDIR to ${KRNLSRCDIR}/${TARGET}/conf ?

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020625122532.A3315>