Date: Thu, 29 Jan 2026 17:45:27 +0000 From: Alexander Ziaee <ziaee@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Cc: Artem Bunichev <tembun@bk.ru> Subject: git: eb0fc67c45a0 - main - src.conf.5: Cross-reference uname(1) manual page Message-ID: <697b9cb7.45140.3151b6b2@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by ziaee: URL: https://cgit.FreeBSD.org/src/commit/?id=eb0fc67c45a0fcedf8d5975f80780240f4ed0680 commit eb0fc67c45a0fcedf8d5975f80780240f4ed0680 Author: Artem Bunichev <tembun@bk.ru> AuthorDate: 2026-01-29 17:44:28 +0000 Commit: Alexander Ziaee <ziaee@FreeBSD.org> CommitDate: 2026-01-29 17:44:46 +0000 src.conf.5: Cross-reference uname(1) manual page Reviewed by: emaste, ziaee Differential Revision: https://reviews.freebsd.org/D54688 --- share/man/man5/src.conf.5 | 6 ++++-- tools/build/options/WITHOUT_REPRODUCIBLE_BUILD | 4 +++- tools/build/options/WITH_REPRODUCIBLE_BUILD | 4 +++- 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.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?697b9cb7.45140.3151b6b2>
