In message <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to