Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Aug 2001 21:50:24 +0100
From:      setantae <setantae@submonkey.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   docs/30006: [diff] make.conf(5) references KERNEL instead of KERNCONF 
Message-ID:  <E15a1Qm-0000qp-00@rhadamanth.private.submonkey.net>

next in thread | raw e-mail | index | archive | help

>Number:         30006
>Category:       docs
>Synopsis:       [diff] make.conf(5) references KERNEL instead of KERNCONF
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 23 13:50:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     setantae
>Release:        FreeBSD 4.4-RC i386
>Organization:
>Environment:
System: FreeBSD rhadamanth.private.submonkey.net 4.4-RC FreeBSD 4.4-RC #0: Thu Aug 23 17:39:37 BST 2001 root@rhadamanth.private.submonkey.net:/usr/obj/usr/src/sys/RHADAMANTH i386


	
>Description:
	
The manpage for make.conf(5) describes the option ``KERNEL''.
Using this option rightly causes make buildkernel to complain as this is
now deprecated in favour of ``KERNCONF'', I believe.
>How-To-Repeat:
	man 5 make.conf
	
>Fix:

Apply the following diff with updates this to read KERNCONF instead.

thanks,

Ceri

(diff produced with diff -c ; if this is wrong please advise) :

*** make.conf.5.old     Thu Aug 23 21:39:59 2001
--- make.conf.5 Thu Aug 23 21:40:37 2001
***************
*** 254,260 ****
  Optimization levels above
  .Oo Fl O ( O2 , No ...\& ) Oc
  are not supported.
! .It Va KERNEL
  .Pq Vt str
  Controls which kernel configurations will be
  built by
--- 254,260 ----
  Optimization levels above
  .Oo Fl O ( O2 , No ...\& ) Oc
  are not supported.
! .It Va KERNCONF
  .Pq Vt str
  Controls which kernel configurations will be
  built by
***************
*** 263,269 ****
  .Dq Li "${MAKE} installkernel" .
  For example,
  .Bd -literal -offset indent
! KERNEL=MINE DEBUG GENERIC OTHERMACHINE
  .Ed
  .Pp
  will build the kernels specified by the config files
--- 263,269 ----
  .Dq Li "${MAKE} installkernel" .
  For example,
  .Bd -literal -offset indent
! KERNCONF=MINE DEBUG GENERIC OTHERMACHINE
  .Ed
  .Pp
  will build the kernels specified by the config files

	
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E15a1Qm-0000qp-00>