Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Aug 2001 01:37:46 -0700 (PDT)
From:      Andreas Riedel <rian@hrz.tu-chemnitz.de>
To:        freebsd-gnats-submit@freebsd.org
Subject:   docs/29560: make buildkernel as described in the handbook causes a warning
Message-ID:  <200108090837.f798bkA28365@freefall.freebsd.org>

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

>Number:         29560
>Category:       docs
>Synopsis:       make buildkernel as described in the handbook causes a warning
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 09 01:40:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Andreas Riedel
>Release:        4.4-PRERELEASE
>Organization:
Chemnitz University of Technology
>Environment:
FreeBSD tmn 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #0: Thu Aug  9 09:31:47 CEST 2001     root@tmn:/usr/obj/usr/src/sys/TMN  i386

>Description:
If one does "make buildkernel" as described in the handbook, the warning
 --------------------------------------------------------------
 >>> WARNING: KERNEL= setting should be changed to KERNCONF=
 --------------------------------------------------------------
is printed.
>How-To-Repeat:

>Fix:
change
    # make buildkernel KERNEL=MYKERNEL
    # make installkernel KERNEL=MYKERNEL
to
    # make buildkernel KERNCONF=MYKERNEL
    # make installkernel KERNCONF=MYKERNEL
in section 7.3.
>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?200108090837.f798bkA28365>