diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2025-12-29 21:34:22 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2025-12-29 21:34:22 +0000 |
| commit | 8e951583936980909d34a6104ace781541fb62b1 (patch) | |
| tree | f5449fc718aefa8fa4f7625103b0cb6cefd17a91 /tools | |
| parent | 660416fd1943bf9e69895f910902e305e195b860 (diff) | |
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/build/options/WITH_REPRODUCIBLE_PATHS | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/build/options/WITH_REPRODUCIBLE_PATHS b/tools/build/options/WITH_REPRODUCIBLE_PATHS index e71ebff204d7..88d4a0870976 100644 --- a/tools/build/options/WITH_REPRODUCIBLE_PATHS +++ b/tools/build/options/WITH_REPRODUCIBLE_PATHS @@ -1,6 +1,6 @@ Modify the paths encoded in binary artifacts to be standard path -Normaly, the actual path is encoded in the binary. However, this makes the build -differ depending on the path it was built from. With this option enabled, the -paths recorded are /usr/src, regardless of the actual path. With this option +Normally, the actual path is encoded in the binary. However, this makes the +build differ depending on the path it was built from. With this option enabled, +the paths recorded are /usr/src, regardless of the actual path. With this option disabled, the actual paths are recorded. |
