summaryrefslogtreecommitdiff
path: root/BUILDING
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2017-02-20 21:28:48 +0000
committerchristos <christos@NetBSD.org>2017-02-20 21:28:48 +0000
commitc30125d705047884e1e60e788f5f38173ca0197b (patch)
treee7c497de8fc75747d8baa2fad38c641b0a75575d /BUILDING
parent8fc3cc6904f9561c8f5a3565f87eb4acc845ca46 (diff)
regen
Diffstat (limited to 'BUILDING')
-rw-r--r--BUILDING11
1 files changed, 7 insertions, 4 deletions
diff --git a/BUILDING b/BUILDING
index dbf057c3f2d..6759d8ebd0e 100644
--- a/BUILDING
+++ b/BUILDING
@@ -366,17 +366,20 @@ CONFIGURATION
by default at times due to toolchain problems with profiled
code.
- MKREPRO Can be set to ``yes'' or ``no''. Create reproducable builds.
+ MKREPRO Can be set to ``yes'' or ``no''. Create reproducible builds.
This enables different switches to make two builds from the
same source tree result in the same build results.
- Default: ``no''
+ Default: ``no'' This may be set to ``yes'' by giving build.sh
+ the -P option.
MKREPRO_TIMESTAMP
Unix timestamp. When MKREPRO is set, the timestamp of all
files in the sets will be set to this value.
- Default: Unset.
+ Default: Unset. This may be set automatically to the latest
+ source tree timestamp using cvslatest(1) by giving build.sh
+ the -P option.
MKSHARE Can be set to ``yes'' or ``no''. Indicates whether files
destined to reside in DESTDIR/usr/share will be built and
@@ -1108,4 +1111,4 @@ CAVEATS
files in object directories. Instead, one may have to manually remove
the files. Consult the UPDATING file for notices concerning this.
-NetBSD February 16, 2017 NetBSD
+NetBSD February 20, 2017 NetBSD