Module Name: src
Committed By: christos
Date: Mon Feb 20 21:28:48 UTC 2017
Modified Files:
src: BUILDING
Log Message:
regen
To generate a diff of this commit:
cvs rdiff -u -r1.123 -r1.124 src/BUILDING
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/BUILDING
diff -u src/BUILDING:1.123 src/BUILDING:1.124
--- src/BUILDING:1.123 Thu Feb 16 12:15:26 2017
+++ src/BUILDING Mon Feb 20 16:28:48 2017
@@ -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