Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Jan 2010 09:35:04 GMT
From:      Nikolay Denev <ndenev@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/142854: Mistaken comment in Makefile.inc1
Message-ID:  <201001150935.o0F9Z4o0032599@www.freebsd.org>
Resent-Message-ID: <201001150940.o0F9e1sw012510@freefall.freebsd.org>

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

>Number:         142854
>Category:       misc
>Synopsis:       Mistaken comment in Makefile.inc1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 15 09:40:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Nikolay Denev
>Release:        8-STABLE
>Organization:
>Environment:
FreeBSD zoo.dev 8.0-STABLE FreeBSD 8.0-STABLE #13: Fri Jan  8 14:28:43 CET 2010     ndenev@zoo.dev:/usr/obj/usr/src/sys/ZOO  amd64
>Description:
The comment describing the KERNFAST kernel build options is mistaken. It mentions NO_KERNELCONFIG twice, and misses NO_KERNELDEPEND.
>How-To-Repeat:
less /usr/src/Makefile.inc1 :)
>Fix:
patch attached

Patch attached with submission follows:

--- .zfs/snapshot/orig/Makefile.inc1	2009-10-19 07:50:09.155942307 +0300
+++ Makefile.inc1	2010-01-15 11:29:44.912960900 +0200
@@ -5,7 +5,7 @@
 #	-DNO_CLEANDIR run ${MAKE} clean, instead of ${MAKE} cleandir
 #	-DNO_CLEAN do not clean at all
 #	-DNO_SHARE do not go into share subdir
-#	-DKERNFAST define NO_KERNELCONFIG, NO_KERNELCLEAN and NO_KERNELCONFIG
+#	-DKERNFAST define NO_KERNELCONFIG, NO_KERNELCLEAN and NO_KERNELDEPEND
 #	-DNO_KERNELCONFIG do not run config in ${MAKE} buildkernel
 #	-DNO_KERNELCLEAN do not run ${MAKE} clean in ${MAKE} buildkernel
 #	-DNO_KERNELDEPEND do not run ${MAKE} depend in ${MAKE} buildkernel


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001150935.o0F9Z4o0032599>