Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/crash add kern_timeout.c for "show callout"
details: https://anonhg.NetBSD.org/src/rev/d0f2f84d1517
branches: trunk
changeset: 336053:d0f2f84d1517
user: christos <christos%NetBSD.org@localhost>
date: Sun Feb 08 19:42:12 2015 +0000
description:
add kern_timeout.c for "show callout"
diffstat:
usr.sbin/crash/Makefile | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diffs (28 lines):
diff -r 22df1a04492e -r d0f2f84d1517 usr.sbin/crash/Makefile
--- a/usr.sbin/crash/Makefile Sun Feb 08 19:41:39 2015 +0000
+++ b/usr.sbin/crash/Makefile Sun Feb 08 19:42:12 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2014/03/30 07:29:22 skrll Exp $
+# $NetBSD: Makefile,v 1.28 2015/02/08 19:42:12 christos Exp $
PROG= crash
MAN= crash.8
@@ -34,7 +34,7 @@
CPPFLAGS+= -I${.CURDIR} -I${.OBJDIR} -I${S} -fno-strict-aliasing
CPPFLAGS+= -DDDB_VERBOSE_HELP -DDB_MAX_LINE=10000000 -D_KMEMUSER
-CPPFLAGS+= -UDB_MACHINE_COMMANDS
+CPPFLAGS+= -UDB_MACHINE_COMMANDS -DCRASH -DDDB
# ddb files from kernel
.PATH: $S/ddb
@@ -47,6 +47,9 @@
.PATH: ${S}/arch/${MACHINE_ARCH}/${MACHINE_ARCH}
SRCS+= db_disasm.c
+.PATH: $S/kern
+SRCS+= kern_timeout.c
+
CPPFLAGS+= -I${S}/arch
. if ${MACHINE} == "amd64" \
Home |
Main Index |
Thread Index |
Old Index