diff options
| author | christos <christos@NetBSD.org> | 2017-02-20 21:28:48 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2017-02-20 21:28:48 +0000 |
| commit | c30125d705047884e1e60e788f5f38173ca0197b (patch) | |
| tree | e7c497de8fc75747d8baa2fad38c641b0a75575d /BUILDING | |
| parent | 8fc3cc6904f9561c8f5a3565f87eb4acc845ca46 (diff) | |
regen
Diffstat (limited to 'BUILDING')
| -rw-r--r-- | BUILDING | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -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 |
