Regen from doc/BUILDING.mdoc;1.100:

Improve documentation for BUILDID.
This commit is contained in:
apb 2014-06-14 12:21:41 +00:00
parent 38373b3db6
commit 62417ee794

View File

@ -151,10 +151,16 @@ CONFIGURATION
otherwise specified, these variables may be set in either the process
environment or the make(1) configuration file specified by MAKECONF.
BUILDID Identifier for the build. The identifier will be appended to
object directory names, and can be consulted in the make(1)
BUILDID Identifier for the build. If set, this should be a short
string that is suitable for use as part of a file or
directory name. The identifier will be appended to object
directory names, and can be consulted in the make(1)
configuration file in order to set additional build
parameters, such as compiler flags.
parameters, such as compiler flags. It will also be used as
part of the kernel version string, which can be printed by
``uname -v''.
Default: Unset.
BUILDSEED GCC uses random numbers when compiling C++ code. This
variable seeds the gcc random number generator using the
@ -1047,4 +1053,4 @@ HISTORY
The build.sh based build scheme was introduced for NetBSD 1.6 as
USE_NEW_TOOLCHAIN, and re-worked to TOOLCHAIN_MISSING after that.
NetBSD November 8, 2012 NetBSD
NetBSD June 14, 2014 NetBSD