Module Name:    src
Committed By:   wiz
Date:           Fri Jan 29 13:51:13 UTC 2016

Modified Files:
        src: BUILDING
        src/doc: BUILDING.mdoc

Log Message:
Document MKREPRO_TIMESTAMP.


To generate a diff of this commit:
cvs rdiff -u -r1.121 -r1.122 src/BUILDING
cvs rdiff -u -r1.114 -r1.115 src/doc/BUILDING.mdoc

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.121 src/BUILDING:1.122
--- src/BUILDING:1.121	Thu Jul 23 08:03:24 2015
+++ src/BUILDING	Fri Jan 29 13:51:13 2016
@@ -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

Index: src/doc/BUILDING.mdoc
diff -u src/doc/BUILDING.mdoc:1.114 src/doc/BUILDING.mdoc:1.115
--- src/doc/BUILDING.mdoc:1.114	Thu Jul 23 08:03:25 2015
+++ src/doc/BUILDING.mdoc	Fri Jan 29 13:51:13 2016
@@ -1,4 +1,4 @@
-.\"	$NetBSD: BUILDING.mdoc,v 1.114 2015/07/23 08:03:25 mrg Exp $
+.\"	$NetBSD: BUILDING.mdoc,v 1.115 2016/01/29 13:51:13 wiz Exp $
 .\"
 .\" Copyright (c) 2001-2011 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -33,7 +33,7 @@
 .\" Toolchain prefix for commands
 .ds toolprefix nb
 .
-.Dd April 7, 2015
+.Dd January 29, 2016
 .Dt BUILDING 8
 .Os NetBSD
 .
@@ -651,6 +651,14 @@ This enables different switches to make 
 source tree result in the same build results.
 .DFLTn
 .
+.It Sy MKREPRO_TIMESTAMP
+Unix timestamp.
+When
+.Sy MKREPRO
+is set, the timestamp of all files in the sets will be set
+to this value.
+.DFLTu
+.
 .It Sy MKSHARE
 .YorN
 Indicates whether files destined to reside in

Reply via email to