svn commit: r262774 - projects/release-embedded/share/man/man7

Glen Barber gjb at FreeBSD.org
Wed Mar 5 04:09:06 UTC 2014


Author: gjb
Date: Wed Mar  5 04:09:05 2014
New Revision: 262774
URL: http://svnweb.freebsd.org/changeset/base/262774

Log:
  Document new release.conf variables in preparation
  for merging to head/.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  projects/release-embedded/share/man/man7/release.7

Modified: projects/release-embedded/share/man/man7/release.7
==============================================================================
--- projects/release-embedded/share/man/man7/release.7	Wed Mar  5 03:20:57 2014	(r262773)
+++ projects/release-embedded/share/man/man7/release.7	Wed Mar  5 04:09:05 2014	(r262774)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd February 25, 2014
+.Dd March 4, 2014
 .Dt RELEASE 7
 .Os
 .Sh NAME
@@ -138,6 +138,11 @@ configuration file supports the followin
 .Bl -tag -width Ev
 .It Va CHROOTDIR
 The directory within which the release will be built.
+.It Va CHROOT_MAKEENV
+Additional
+.Xr make 1
+arguments to pass through, which directly affect the
+tuning of the build chroot.
 .It Va SVNROOT
 The
 .Xr svn 1
@@ -249,7 +254,28 @@ target.
 The command run to obtain the source trees.
 Defaults to
 .Qq Cm svn checkout .
+.It Va CHROOTBUILD_SKIP
+If defined, the
+.Li buildworld ,
+.Li installworld ,
+and
+.Li distribution
+stages of the
+.Xr chroot 8
+build environment setup are skipped.
+This is intended solely for cases where the
+.Xr chroot 8
+userland are provided by alternate means.
 .El
+.Sh EMBEDDED BUILDS
+The following
+.Fa release.conf
+variables are relevant only to release builds for embedded systems:
+.Bl -tag -width Ev
+.It Va EMBEDDEDBUILD
+Set to a non-null value to enable functionality for embedded device
+release builds.
+.Pq This option is considered highly experimental.
 .Sh MAKEFILE TARGETS
 The release makefile
 .Pq Pa src/release/Makefile


More information about the svn-src-projects mailing list