svn commit: r231055 - head/share/man/man5

Dimitry Andric dim at FreeBSD.org
Sun Feb 5 23:02:15 UTC 2012


Author: dim
Date: Sun Feb  5 23:02:13 2012
New Revision: 231055
URL: http://svn.freebsd.org/changeset/base/231055

Log:
  Regenerate src.conf.5, after r230972 added the WITHOUT_SOURCELESS build
  options.
  
  MFC after:	2 weeks

Modified:
  head/share/man/man5/src.conf.5

Modified: head/share/man/man5/src.conf.5
==============================================================================
--- head/share/man/man5/src.conf.5	Sun Feb  5 20:55:38 2012	(r231054)
+++ head/share/man/man5/src.conf.5	Sun Feb  5 23:02:13 2012	(r231055)
@@ -1,7 +1,7 @@
 .\" DO NOT EDIT-- this file is automatically generated.
 .\" from FreeBSD: head/tools/build/options/makeman 221733 2011-05-10 13:01:11Z ru
 .\" $FreeBSD$
-.Dd January 13, 2012
+.Dd February 5, 2012
 .Dt SRC.CONF 5
 .Os
 .Sh NAME
@@ -869,6 +869,23 @@ as a set-user-ID root program.
 Set to not build the
 .Bx 4.4
 legacy docs.
+.It Va WITHOUT_SOURCELESS
+.\" from FreeBSD: head/tools/build/options/WITHOUT_SOURCELESS 230972 2012-02-04 00:54:43Z rmh
+Set to not build kernel modules that include sourceless code (either microcode or native code for host CPU).
+When set, it also enforces the following options:
+.Pp
+.Bl -item -compact
+.It
+.Va WITHOUT_SOURCELESS_HOST
+.It
+.Va WITHOUT_SOURCELESS_UCODE
+.El
+.It Va WITHOUT_SOURCELESS_HOST
+.\" from FreeBSD: head/tools/build/options/WITHOUT_SOURCELESS_HOST 230972 2012-02-04 00:54:43Z rmh
+Set to not build kernel modules that include sourceless native code for host CPU.
+.It Va WITHOUT_SOURCELESS_UCODE
+.\" from FreeBSD: head/tools/build/options/WITHOUT_SOURCELESS_UCODE 230972 2012-02-04 00:54:43Z rmh
+Set to not build kernel modules that include sourceless microcode.
 .It Va WITHOUT_SSP
 .\" from FreeBSD: head/tools/build/options/WITHOUT_SSP 180012 2008-06-25 21:33:28Z ru
 Set to not build world with propolice stack smashing protection.


More information about the svn-src-all mailing list