Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/crash m68k does not have or need db_machdep.c



details:   https://anonhg.NetBSD.org/src/rev/b66441094654
branches:  trunk
changeset: 777438:b66441094654
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Feb 18 17:56:49 2012 +0000

description:
m68k does not have or need db_machdep.c

diffstat:

 usr.sbin/crash/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r a64342d7a869 -r b66441094654 usr.sbin/crash/Makefile
--- a/usr.sbin/crash/Makefile   Sat Feb 18 17:51:21 2012 +0000
+++ b/usr.sbin/crash/Makefile   Sat Feb 18 17:56:49 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.20 2012/02/18 15:57:06 christos Exp $
+#      $NetBSD: Makefile,v 1.21 2012/02/18 17:56:49 christos Exp $
 
 PROG=          crash
 MAN=           crash.8
@@ -18,7 +18,9 @@
     || (${MACHINE_ARCH} == "arm" && ${MACHINE} != "acorn26") \
     || ${MACHINE_ARCH} == "m68k"
 SRCS+= db_trace.c
+.if ${MACHINE_ARCH} != "m68k"
 SRCS+= db_machdep.c
+.endif
 REALCRASH=yes
 .else
 REALCRASH=no



Home | Main Index | Thread Index | Old Index