Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/conf lint target depends on ${LINTSTUBS}, not on (nonexi...
details: https://anonhg.NetBSD.org/src/rev/b2dbdd614140
branches: trunk
changeset: 526609:b2dbdd614140
user: uwe <uwe%NetBSD.org@localhost>
date: Tue May 07 02:00:17 2002 +0000
description:
lint target depends on ${LINTSTUBS}, not on (nonexistent) ${KERNLINTSTUBS}.
diffstat:
sys/conf/Makefile.kern.inc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r cb026ecc7de9 -r b2dbdd614140 sys/conf/Makefile.kern.inc
--- a/sys/conf/Makefile.kern.inc Tue May 07 01:45:45 2002 +0000
+++ b/sys/conf/Makefile.kern.inc Tue May 07 02:00:17 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.kern.inc,v 1.12 2002/03/18 15:20:08 tv Exp $
+# $NetBSD: Makefile.kern.inc,v 1.13 2002/05/07 02:00:17 uwe Exp $
#
# This file contains common `MI' targets and definitions and it is included
# at the bottom of each `MD' ${MACHINE}/conf/Makefile.${MACHINE}. There are
@@ -255,7 +255,7 @@
${CC} -E -C ${AFLAGS} ${CPPFLAGS} ${_sfile} | \
awk -f $S/kern/genlintstub.awk >${.TARGET}
.endfor
-lint: ${CFILES} ${KERNLINTSTUBS} ${MI_CFILES} ${MD_CFILES}
+lint: ${CFILES} ${LINTSTUBS} ${MI_CFILES} ${MD_CFILES}
@${LINT} ${KERNLINTFLAGS} ${CPPFLAGS} -UKGDB \
${CFILES} ${LINTSTUBS} ${MI_CFILES} ${MD_CFILES} | \
grep -v 'static function .* unused'
Home |
Main Index |
Thread Index |
Old Index