Source-Changes-HG archive

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

[src/trunk]: src/sys/conf sys: document how to run lint on the kernel code (e...



details:   https://anonhg.NetBSD.org/src/rev/eb7e3fcead13
branches:  trunk
changeset: 369674:eb7e3fcead13
user:      rillig <rillig%NetBSD.org@localhost>
date:      Sat Aug 27 20:37:49 2022 +0000

description:
sys: document how to run lint on the kernel code (experimental)

diffstat:

 sys/conf/Makefile.kern.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6b26f7a19e0b -r eb7e3fcead13 sys/conf/Makefile.kern.inc
--- a/sys/conf/Makefile.kern.inc        Sat Aug 27 19:25:35 2022 +0000
+++ b/sys/conf/Makefile.kern.inc        Sat Aug 27 20:37:49 2022 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.kern.inc,v 1.294 2022/08/03 09:37:37 riastradh Exp $
+#      $NetBSD: Makefile.kern.inc,v 1.295 2022/08/27 20:37:49 rillig Exp $
 #
 # This file contains common `MI' targets and definitions and it is included
 # at the bottom of each `MD' ${MACHINE}/conf/Makefile.${MACHINE}.
@@ -480,7 +480,7 @@
 all: .gdbinit
 .for k in ${KERNELS}
 all: .WAIT ${k}
-${k}: ${SYSTEM_DEP:O} swap${k}.o vers.o build_kernel
+${k}: ${SYSTEM_DEP:O} swap${k}.o vers.o build_kernel #${MKLINT:Myes:%=lint}
 .endfor
 
 .if !defined(COPY_SYMTAB)



Home | Main Index | Thread Index | Old Index