aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtem Bunichev <tembun@bk.ru>2026-01-29 17:44:28 +0000
committerAlexander Ziaee <ziaee@FreeBSD.org>2026-01-29 17:44:46 +0000
commiteb0fc67c45a0fcedf8d5975f80780240f4ed0680 (patch)
treeb9413bccf84a41b860101b490ffd0a67d0c0755e
parent2711852bd9ac3ab78d2b128d3549ff437d2a09af (diff)
src.conf.5: Cross-reference uname(1) manual page
Reviewed by: emaste, ziaee Differential Revision: https://reviews.freebsd.org/D54688
-rw-r--r--share/man/man5/src.conf.56
-rw-r--r--tools/build/options/WITHOUT_REPRODUCIBLE_BUILD4
-rw-r--r--tools/build/options/WITH_REPRODUCIBLE_BUILD4
3 files changed, 10 insertions, 4 deletions
diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5
index e3c4139e304e..48896e761822 100644
--- a/share/man/man5/src.conf.5
+++ b/share/man/man5/src.conf.5
@@ -1,5 +1,5 @@
.\" DO NOT EDIT-- this file is @generated by tools/build/options/makeman.
-.Dd January 20, 2026
+.Dd January 29, 2026
.Dt SRC.CONF 5
.Os
.Sh NAME
@@ -1604,7 +1604,9 @@ See also the
option.
.It Va WITH_REPRODUCIBLE_BUILD
Exclude build metadata (such as the build time, user, or host)
-from the kernel, boot loaders, and uname output, so that builds produce
+from the kernel, boot loaders, and
+.Xr uname 1
+output, so that builds produce
bit-for-bit identical output.
.It Va WITH_REPRODUCIBLE_PATHS
Modify the paths encoded in binary artifacts to be standard path
diff --git a/tools/build/options/WITHOUT_REPRODUCIBLE_BUILD b/tools/build/options/WITHOUT_REPRODUCIBLE_BUILD
index feabaed77fb1..ae1f65204f1d 100644
--- a/tools/build/options/WITHOUT_REPRODUCIBLE_BUILD
+++ b/tools/build/options/WITHOUT_REPRODUCIBLE_BUILD
@@ -1,3 +1,5 @@
Include build metadata (such as the build time, user, and host)
-in the kernel, boot loaders, and uname output.
+in the kernel, boot loaders, and
+.Xr uname 1
+output.
Successive builds will not be bit-for-bit identical.
diff --git a/tools/build/options/WITH_REPRODUCIBLE_BUILD b/tools/build/options/WITH_REPRODUCIBLE_BUILD
index 46080d9ffd28..949eed15a230 100644
--- a/tools/build/options/WITH_REPRODUCIBLE_BUILD
+++ b/tools/build/options/WITH_REPRODUCIBLE_BUILD
@@ -1,3 +1,5 @@
Exclude build metadata (such as the build time, user, or host)
-from the kernel, boot loaders, and uname output, so that builds produce
+from the kernel, boot loaders, and
+.Xr uname 1
+output, so that builds produce
bit-for-bit identical output.