From owner-freebsd-current Tue Jun 25 14:37: 1 2002 Delivered-To: freebsd-current@freebsd.org Received: from mail.dada.it (mail3.dada.it [195.110.96.70]) by hub.freebsd.org (Postfix) with SMTP id E515A37B400 for ; Tue, 25 Jun 2002 14:36:53 -0700 (PDT) Received: (qmail 26287 invoked from network); 25 Jun 2002 21:36:45 -0000 Received: from unknown (HELO torrini.org) (195.110.114.101) by mail.dada.it with SMTP; 25 Jun 2002 21:36:45 -0000 Received: from trudy.torrini.home (localhost.torrini.home [127.0.0.1]) by torrini.org (8.12.3/8.12.3) with ESMTP id g5PLaodc000975; Tue, 25 Jun 2002 23:36:50 +0200 (CEST) (envelope-from riccardo@trudy.torrini.home) Received: (from riccardo@localhost) by trudy.torrini.home (8.12.3/8.12.3/Submit) id g5PLaorS000974; Tue, 25 Jun 2002 23:36:50 +0200 (CEST) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20020625122532.A3315@dragon.nuxi.com> Date: Tue, 25 Jun 2002 23:36:50 +0200 (CEST) From: Riccardo Torrini To: "David O'Brien" Subject: Re: custom kernel Cc: freebsd-current@FreeBSD.ORG Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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