Date: Tue, 25 Jun 2002 23:36:50 +0200 (CEST) From: Riccardo Torrini <riccardo@torrini.org> To: "David O'Brien" <obrien@FreeBSD.ORG> Cc: freebsd-current@FreeBSD.ORG Subject: Re: custom kernel Message-ID: <XFMail.20020625233650.riccardo@torrini.org> In-Reply-To: <20020625122532.A3315@dragon.nuxi.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 25-Jun-2002 (19:25:32/GMT) David O'Brien 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 ?
Not another knob, it is already present in shipped Makefile.inc1
marked src/Makefile.inc1,v 1.292 2002/06/21 08:54:02 ru Exp $
I asked only if is possible to back-port to 4.x STABLE tree...
The whole Makefile.inc1 is very different, but this functionality
can be obtained with only 3 lines of changes.
Riccardo.
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?XFMail.20020625233650.riccardo>
