Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src fix documentation for MKLINT



details:   https://anonhg.NetBSD.org/src/rev/253ad0eed77c
branches:  trunk
changeset: 371237:253ad0eed77c
user:      rillig <rillig%NetBSD.org@localhost>
date:      Sat Oct 01 08:55:45 2022 +0000

description:
fix documentation for MKLINT

Since share/mk/bsd.own.mk 1.749 from 2013-08-26, MKLINT defaults to no.

diffstat:

 BUILDING            |  2 +-
 share/mk/bsd.README |  6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (32 lines):

diff -r 0f8d4057b02f -r 253ad0eed77c BUILDING
--- a/BUILDING  Sat Oct 01 07:59:25 2022 +0000
+++ b/BUILDING  Sat Oct 01 08:55:45 2022 +0000
@@ -319,7 +319,7 @@
                  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.
diff -r 0f8d4057b02f -r 253ad0eed77c share/mk/bsd.README
--- a/share/mk/bsd.README       Sat Oct 01 07:59:25 2022 +0000
+++ b/share/mk/bsd.README       Sat Oct 01 08:55:45 2022 +0000
@@ -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 @@
                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



Home | Main Index | Thread Index | Old Index