Module Name: src
Committed By: kamil
Date: Wed Jul 25 19:15:19 UTC 2018
Modified Files:
src/share/mk: bsd.README
Log Message:
Document the default value of MKSANITIZER in bsd.README
This value is set to "no".
To generate a diff of this commit:
cvs rdiff -u -r1.379 -r1.380 src/share/mk/bsd.README
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/mk/bsd.README
diff -u src/share/mk/bsd.README:1.379 src/share/mk/bsd.README:1.380
--- src/share/mk/bsd.README:1.379 Thu Jul 12 21:41:25 2018
+++ src/share/mk/bsd.README Wed Jul 25 19:15:19 2018
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.README,v 1.379 2018/07/12 21:41:25 joerg Exp $
+# $NetBSD: bsd.README,v 1.380 2018/07/25 19:15:19 kamil Exp $
# @(#)bsd.README 8.2 (Berkeley) 4/2/94
This is the README file for the make "include" files for the NetBSD
@@ -405,6 +405,7 @@ MKSANITIZER if "yes", use the selected s
Additional arguments can be passed through SANITIZERFLAGS.
The list of supported features and their valid combinations
depends on the compiler version and target CPU architecture.
+ Default: no
MKSHARE If "no", act as "MKCATPAGES=no MKDOC=no MKHTML=no MKINFO=no
MKMAN=no MKNLS=no".