Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src BUILDINFO part6: regen BUILDING from doc/BUILDING.mdoc



details:   https://anonhg.NetBSD.org/src/rev/1a78e86d42d0
branches:  trunk
changeset: 331149:1a78e86d42d0
user:      apb <apb%NetBSD.org@localhost>
date:      Sun Aug 03 09:28:43 2014 +0000

description:
BUILDINFO part6: regen BUILDING from doc/BUILDING.mdoc

diffstat:

 BUILDING |  13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r fe955dac8310 -r 1a78e86d42d0 BUILDING
--- a/BUILDING  Sun Aug 03 09:25:02 2014 +0000
+++ b/BUILDING  Sun Aug 03 09:28:43 2014 +0000
@@ -162,6 +162,17 @@
 
                  Default: Unset.
 
+     BUILDINFO   This may be a multi-line string containing information about
+                 the build.  This will appear in DESTDIR/etc/release, and it
+                 will be stored in the buildinfo variable in any kernels that
+                 are built.  When such kernels are booted, the sysctl(7)
+                 kern.buildinfo variable will report this value.  The string
+                 may contain backslash escape sequences, such as ``\\''
+                 (representing a backslash character) and ``\n'' (representing
+                 a newline).
+
+                 Default: Unset.
+
      BUILDSEED   GCC uses random numbers when compiling C++ code.  This
                  variable seeds the gcc random number generator using the
                  -frandom-seed flag with this value.  By default, it is set to
@@ -1053,4 +1064,4 @@
      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                           June 14, 2014                          NetBSD
+NetBSD                          August 3, 2014                          NetBSD



Home | Main Index | Thread Index | Old Index