svn commit: r340581 - stable/11/share/man/man7

Ed Maste emaste at FreeBSD.org
Sun Nov 18 14:53:30 UTC 2018


Author: emaste
Date: Sun Nov 18 14:53:29 2018
New Revision: 340581
URL: https://svnweb.freebsd.org/changeset/base/340581

Log:
  MFC r340329: build(7): clarify buildenv target can be used for non-cross builds
  
  make buildenv can be used for building for the same architecture as
  the host (perhaps this is a degenerate case of cross-building).
  TARGET and TARGET_ARCH do not need to be set in this case.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/11/share/man/man7/build.7
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/share/man/man7/build.7
==============================================================================
--- stable/11/share/man/man7/build.7	Sun Nov 18 14:52:16 2018	(r340580)
+++ stable/11/share/man/man7/build.7	Sun Nov 18 14:53:29 2018	(r340581)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd August 16, 2018
+.Dd November 10, 2018
 .Dt BUILD 7
 .Os
 .Sh NAME
@@ -177,16 +177,16 @@ are:
 .Bl -tag -width ".Cm distributeworld"
 .It Cm buildenv
 Spawn an interactive shell with environment variables set up for
-cross-building the system.
-The target architecture needs to be specified with
+building the system or individual components.
+For cross-building the target architecture needs to be specified with
 .Xr make 1
 variables
 .Va TARGET_ARCH
 and
 .Va TARGET .
 .Pp
-This target is only useful after a complete cross-toolchain including
-the compiler, linker, assembler, headers and libraries has been
+This target is only useful after a complete toolchain (including
+the compiler, linker, assembler, headers and libraries) has been
 built; see the
 .Cm toolchain
 target below.


More information about the svn-src-all mailing list