misc/142854: Mistaken comment in Makefile.inc1

Nikolay Denev ndenev at gmail.com
Fri Jan 15 09:40:01 UTC 2010


>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 at 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:


More information about the freebsd-bugs mailing list