Module Name:    src
Committed By:   christos
Date:           Mon Feb 20 20:56:30 UTC 2017

Modified Files:
        src/doc: BUILDING.mdoc

Log Message:
document -P


To generate a diff of this commit:
cvs rdiff -u -r1.115 -r1.116 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/doc/BUILDING.mdoc
diff -u src/doc/BUILDING.mdoc:1.115 src/doc/BUILDING.mdoc:1.116
--- src/doc/BUILDING.mdoc:1.115	Fri Jan 29 08:51:13 2016
+++ src/doc/BUILDING.mdoc	Mon Feb 20 15:56:30 2017
@@ -1,4 +1,4 @@
-.\"	$NetBSD: BUILDING.mdoc,v 1.115 2016/01/29 13:51:13 wiz Exp $
+.\"	$NetBSD: BUILDING.mdoc,v 1.116 2017/02/20 20:56:30 christos Exp $
 .\"
 .\" Copyright (c) 2001-2011 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -33,7 +33,7 @@
 .\" Toolchain prefix for commands
 .ds toolprefix nb
 .
-.Dd January 29, 2016
+.Dd February 20, 2017
 .Dt BUILDING 8
 .Os NetBSD
 .
@@ -646,10 +646,17 @@ by default at times due to toolchain pro
 .
 .It Sy MKREPRO
 .YorN
-Create reproducable builds.
+Create reproducible builds.
 This enables different switches to make two builds from the same
 source tree result in the same build results.
 .DFLTn
+This may be set to
+.Dq yes
+by giving
+.Sy build.sh
+the
+.Fl P
+option.
 .
 .It Sy MKREPRO_TIMESTAMP
 Unix timestamp.
@@ -658,6 +665,14 @@ When
 is set, the timestamp of all files in the sets will be set
 to this value.
 .DFLTu
+This may be set automatically to the latest source tree timestamp
+using
+.Xr cvslatest 1
+by giving
+.Sy build.sh
+the
+.Fl P
+option.
 .
 .It Sy MKSHARE
 .YorN

Reply via email to