From owner-freebsd-current Mon Jan 22 15:44:21 2001 Delivered-To: freebsd-current@freebsd.org Received: from harmony.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 8506C37B6A9; Mon, 22 Jan 2001 15:43:59 -0800 (PST) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.1/8.11.1) with ESMTP id f0MNhp913550; Mon, 22 Jan 2001 16:43:57 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200101222343.f0MNhp913550@harmony.village.org> To: Mike Meyer Subject: Re: lastest kernel from cvs ( sh exists with signal 8 ) Cc: John Baldwin , Peter Wemm , The Hermit Hacker , freebsd-current@FreeBSD.ORG, "\"Donald J . Maddox\" Kris Kennaway" In-reply-to: Your message of "Mon, 22 Jan 2001 15:42:31 CST." <14956.43335.171799.155466@guru.mired.org> References: <14956.43335.171799.155466@guru.mired.org> <200101222049.f0MKnv912117@harmony.village.org> Date: Mon, 22 Jan 2001 16:43:51 -0700 From: Warner Losh Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <14956.43335.171799.155466@guru.mired.org> Mike Meyer writes: : KERNEL is documented in make.conf(5), but not in : /etc/defaults/make.conf. Since the only thing in the latter that's : anything other than a comment is BDECFLAGS, I suggested nuking most of : /etc/defaults/make.conf and putting in a pointer to make.conf(5). That : way, this stuff only needs to be documented in one place. So it is. Something like the following untested change should do the trick. Warner Index: make.conf.5 =================================================================== RCS file: /home/imp/FreeBSD/CVS/src/share/man/man5/make.conf.5,v retrieving revision 1.8 diff -u -r1.8 make.conf.5 --- make.conf.5 2001/01/18 09:42:50 1.8 +++ make.conf.5 2001/01/22 23:43:04 @@ -250,7 +250,7 @@ Optimization levels above .Oo Fl O ( O2 , No ...\& ) Oc are not supported. -.It Va KERNEL +.It Va KERNCONF .Vt ( str ) Controls which kernel configurations will be built by @@ -259,7 +259,7 @@ .Dq Li "${MAKE} installkernel" . For example, .Bd -literal -offset indent -KERNEL=MINE DEBUG GENERIC OTHERMACHINE +KERNCONF=MINE DEBUG GENERIC OTHERMACHINE .Ed .Pp will build the the kernels specified by the config files To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message