Module Name: src
Committed By: rillig
Date: Sat Oct 1 08:55:45 UTC 2022
Modified Files:
src: BUILDING
src/share/mk: bsd.README
Log Message:
fix documentation for MKLINT
Since share/mk/bsd.own.mk 1.749 from 2013-08-26, MKLINT defaults to no.
To generate a diff of this commit:
cvs rdiff -u -r1.145 -r1.146 src/BUILDING
cvs rdiff -u -r1.441 -r1.442 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/BUILDING
diff -u src/BUILDING:1.145 src/BUILDING:1.146
--- src/BUILDING:1.145 Mon Aug 22 16:50:25 2022
+++ src/BUILDING Sat Oct 1 08:55:45 2022
@@ -319,7 +319,7 @@ CONFIGURATION
build, and whether lint libraries will be installed into
DESTDIR/usr/libdata/lint.
- Default: "yes"
+ Default: "no"
MKMAN Can be set to "yes" or "no". Indicates whether manual pages
will be installed during a build.
Index: src/share/mk/bsd.README
diff -u src/share/mk/bsd.README:1.441 src/share/mk/bsd.README:1.442
--- src/share/mk/bsd.README:1.441 Sun Aug 21 07:10:03 2022
+++ src/share/mk/bsd.README Sat Oct 1 08:55:45 2022
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.README,v 1.441 2022/08/21 07:10:03 lukem Exp $
+# $NetBSD: bsd.README,v 1.442 2022/10/01 08:55:45 rillig Exp $
# @(#)bsd.README 8.2 (Berkeley) 4/2/94
This is the README file for the make "include" files for the NetBSD
@@ -333,8 +333,8 @@ MKLINKLIB If "no", act as "MKLINT=no MKP
symlink on ELF).
Default: yes
-MKLINT If "no", don't build or install the lint libraries.
- Default: yes
+MKLINT If not "no", build and install the lint libraries.
+ Default: no
MKLLVM If "yes", build and install clang as host tool and target
compiler. Use as system compiler is enabled with HAVE_LLVM