summaryrefslogtreecommitdiff
path: root/BUILDING
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2016-01-29 13:51:13 +0000
committerwiz <wiz@NetBSD.org>2016-01-29 13:51:13 +0000
commit82d15a20f882d216ef425fc25bff8d953e3e9fc8 (patch)
treed23561a27b986fe3fa710e29bd6541f36640742a /BUILDING
parent5ba6b03c2d637a5877ae06b6f7e41441a2d03e7a (diff)
Document MKREPRO_TIMESTAMP.
Diffstat (limited to 'BUILDING')
-rw-r--r--BUILDING10
1 files changed, 8 insertions, 2 deletions
diff --git a/BUILDING b/BUILDING
index d1089d260de..cfdbd5fe209 100644
--- a/BUILDING
+++ b/BUILDING
@@ -1,7 +1,7 @@
BUILDING(8) System Manager's Manual BUILDING(8)
NAME
- BUILDING -- Procedure for building NetBSD from source code.
+ BUILDING - Procedure for building NetBSD from source code.
REQUIREMENTS
NetBSD is designed to be buildable on most POSIX-compliant host systems.
@@ -372,6 +372,12 @@ CONFIGURATION
Default: ``no''
+ MKREPRO_TIMESTAMP
+ Unix timestamp. When MKREPRO is set, the timestamp of all
+ files in the sets will be set to this value.
+
+ Default: Unset.
+
MKSHARE Can be set to ``yes'' or ``no''. Indicates whether files
destined to reside in DESTDIR/usr/share will be built and
installed during a build. If set to ``no'', then all of
@@ -1102,4 +1108,4 @@ CAVEATS
files in object directories. Instead, one may have to manually remove
the files. Consult the UPDATING file for notices concerning this.
-NetBSD April 7, 2015 NetBSD
+NetBSD January 29, 2016 NetBSD