From owner-svn-src-all@FreeBSD.ORG Fri Jan 23 18:35:09 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B4FB9106568A; Fri, 23 Jan 2009 18:35:09 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id A29378FC12; Fri, 23 Jan 2009 18:35:09 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n0NIZ9Kw050044; Fri, 23 Jan 2009 18:35:09 GMT (envelope-from imp@svn.freebsd.org) Received: (from imp@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n0NIZ9hn050043; Fri, 23 Jan 2009 18:35:09 GMT (envelope-from imp@svn.freebsd.org) Message-Id: <200901231835.n0NIZ9hn050043@svn.freebsd.org> From: Warner Losh Date: Fri, 23 Jan 2009 18:35:09 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r187638 - head/share/man/man7 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jan 2009 18:35:11 -0000 Author: imp Date: Fri Jan 23 18:35:09 2009 New Revision: 187638 URL: http://svn.freebsd.org/changeset/base/187638 Log: Sort KERNFAST and KERNCONF into the list they are in. Modified: head/share/man/man7/build.7 Modified: head/share/man/man7/build.7 ============================================================================== --- head/share/man/man7/build.7 Fri Jan 23 18:32:31 2009 (r187637) +++ head/share/man/man7/build.7 Fri Jan 23 18:35:09 2009 (r187638) @@ -335,6 +335,25 @@ are influenced by the following .Xr make 1 variables: .Bl -tag -width ".Va SUBDIR_OVERRIDE" +.It Va KERNCONF +Overrides which kernel to build and install for the various kernel +make targets. +It defaults to +.Cm GENERIC . +.It Va KERNFAST +If set, the build target +.Cm buildkernel +defaults to setting +.Va NO_KERNELCLEAN , +.Va NO_KERNELCONFIG +and +.Va NO_KERNELDEPEND . +When set to a value other than +.Cm 1 +then +.Va KERNCONF +is set to the value of +.Va KERNFAST . .It Va LOCAL_DIRS If set, this variable supplies a list of additional directories to build, relative to the root of the source tree. @@ -372,25 +391,6 @@ is also set, in which case it defaults t value for that platform. Typically, one only needs to set .Va TARGET . -.It Va KERNCONF -Overrides which kernel to build and install for the various kernel -make targets. -It defaults to -.Cm GENERIC . -.It Va KERNFAST -If set, the build target -.Cm buildkernel -defaults to setting -.Va NO_KERNELCLEAN , -.Va NO_KERNELCONFIG -and -.Va NO_KERNELDEPEND . -When set to a value other than -.Cm 1 -then -.Va KERNCONF -is set to the value of -.Va KERNFAST . .El .Pp Builds under directory