Date: Mon, 22 Jan 2001 16:43:51 -0700 From: Warner Losh <imp@harmony.village.org> To: Mike Meyer <mwm@mired.org> Cc: John Baldwin <jhb@FreeBSD.ORG>, Peter Wemm <peter@netplex.com.au>, The Hermit Hacker <scrappy@hub.org>, freebsd-current@FreeBSD.ORG, "\"Donald J . Maddox\" <dmaddox@sc.rr.com>Kris Kennaway" <kris@FreeBSD.ORG> Subject: Re: lastest kernel from cvs ( sh exists with signal 8 ) Message-ID: <200101222343.f0MNhp913550@harmony.village.org> 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> <XFMail.010122133417.jhb@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200101222343.f0MNhp913550>