Module Name:    src
Committed By:   riz
Date:           Thu Aug 16 21:18:42 UTC 2012

Modified Files:
        src/sys/arch/zaurus/conf [netbsd-6]: INSTALL

Log Message:
Since DIAGNOSTIC is removed from GENERIC on the netbsd-6 branch, comment
out "no options DIAGNOSTIC" to allow this kernel to build.

Fix for ticket #502 (originally requested by martin).


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.13.2.1 src/sys/arch/zaurus/conf/INSTALL

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/zaurus/conf/INSTALL
diff -u src/sys/arch/zaurus/conf/INSTALL:1.13 src/sys/arch/zaurus/conf/INSTALL:1.13.2.1
--- src/sys/arch/zaurus/conf/INSTALL:1.13	Thu Feb  2 15:55:55 2012
+++ src/sys/arch/zaurus/conf/INSTALL	Thu Aug 16 21:18:41 2012
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.13 2012/02/02 15:55:55 tsutsui Exp $
+# $NetBSD: INSTALL,v 1.13.2.1 2012/08/16 21:18:41 riz Exp $
 #
 # INSTALL config file (GENERIC with memory disk root)
 #
@@ -56,7 +56,7 @@ no options 		WSDISPLAY_COMPAT_USL
 no options 		WSDISPLAY_COMPAT_RAWKBD
 options 		RASOPS_SMALL
 
-no options 		DIAGNOSTIC
+#no options 		DIAGNOSTIC
 no options 		DDB
 no options 		DDB_HISTORY_SIZE
 no options 		SYMTAB_SPACE

Reply via email to