src.conf.5: Cross-reference uname(1) manual page

Reviewed by:		emaste, ziaee
Differential Revision:	https://reviews.freebsd.org/D54688
This commit is contained in:
Artem Bunichev
2026-01-29 12:44:28 -05:00
committed by Alexander Ziaee
parent 2711852bd9
commit eb0fc67c45
3 changed files with 10 additions and 4 deletions
+4 -2
View File
@@ -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
@@ -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.
+3 -1
View File
@@ -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.