Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc64/conf DIAGNOSTIC is enabled in GENERIC alrea...



details:   https://anonhg.NetBSD.org/src/rev/d9185d59820b
branches:  trunk
changeset: 772255:d9185d59820b
user:      martin <martin%NetBSD.org@localhost>
date:      Mon Dec 26 19:33:20 2011 +0000

description:
DIAGNOSTIC is enabled in GENERIC already, don't do it again here

diffstat:

 sys/arch/sparc64/conf/GENERIC.DEBUG |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r f225393cbac2 -r d9185d59820b sys/arch/sparc64/conf/GENERIC.DEBUG
--- a/sys/arch/sparc64/conf/GENERIC.DEBUG       Mon Dec 26 18:27:11 2011 +0000
+++ b/sys/arch/sparc64/conf/GENERIC.DEBUG       Mon Dec 26 19:33:20 2011 +0000
@@ -1,15 +1,15 @@
-# $NetBSD: GENERIC.DEBUG,v 1.1 2010/03/13 08:36:06 mrg Exp $
+# $NetBSD: GENERIC.DEBUG,v 1.2 2011/12/26 19:33:20 martin Exp $
 #
 # GENERIC with debugging support enabled.
 #
 
 include        "arch/sparc64/conf/GENERIC"
 
-#ident         "GENERIC.DEBUG.$Revision: 1.1 $"
+#ident         "GENERIC.DEBUG.$Revision: 1.2 $"
 
 makeoptions    DEBUG="-g"
 options        DEBUG
-options        DIAGNOSTIC
+# options      DIAGNOSTIC      # already in GENERIC
 options        LOCKDEBUG
 
 options        DB_MAX_WIDTH=160



Home | Main Index | Thread Index | Old Index