Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk Document MKREPRO here as well.
details: https://anonhg.NetBSD.org/src/rev/86963b58e0a8
branches: trunk
changeset: 779385:86963b58e0a8
user: wiz <wiz%NetBSD.org@localhost>
date: Fri May 25 10:48:48 2012 +0000
description:
Document MKREPRO here as well.
diffstat:
share/mk/bsd.README | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r 93947ca89e16 -r 86963b58e0a8 share/mk/bsd.README
--- a/share/mk/bsd.README Fri May 25 10:47:25 2012 +0000
+++ b/share/mk/bsd.README Fri May 25 10:48:48 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.README,v 1.294 2012/02/29 20:07:57 tron Exp $
+# $NetBSD: bsd.README,v 1.295 2012/05/25 10:48:48 wiz Exp $
# @(#)bsd.README 8.2 (Berkeley) 4/2/94
This is the README file for the make "include" files for the NetBSD
@@ -313,6 +313,11 @@
MKPROFILE If "no", don't build or install the profiling (*_p.a) libraries.
Default: yes
+MKREPRO If "yes", create reproducable builds. This enables
+ different switches to make two builds from the same source tree
+ result in the same build results.
+ Default: no
+
MKSHARE If "no", act as "MKCATPAGES=no MKDOC=no MKHTML=no MKINFO=no
MKMAN=no MKNLS=no".
I.e, don't build catman pages, documentation, Info
Home |
Main Index |
Thread Index |
Old Index