Module Name:    src
Committed By:   martin
Date:           Thu Dec 16 09:35:31 UTC 2010

Modified Files:
        src/sys/arch/sparc64/conf: GENERIC

Log Message:
Ooops, backout intended part of previous change, pointed out by
Masao Uebayashi.


To generate a diff of this commit:
cvs rdiff -u -r1.132 -r1.133 src/sys/arch/sparc64/conf/GENERIC

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/sparc64/conf/GENERIC
diff -u src/sys/arch/sparc64/conf/GENERIC:1.132 src/sys/arch/sparc64/conf/GENERIC:1.133
--- src/sys/arch/sparc64/conf/GENERIC:1.132	Sat Dec 11 14:30:12 2010
+++ src/sys/arch/sparc64/conf/GENERIC	Thu Dec 16 09:35:31 2010
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.132 2010/12/11 14:30:12 martin Exp $
+# $NetBSD: GENERIC,v 1.133 2010/12/16 09:35:31 martin Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.132 $"
+#ident 		"GENERIC-$Revision: 1.133 $"
 
 maxusers	64
 
@@ -100,13 +100,13 @@
 ## Compile the kernel with debugging symbols (`netbsd.gdb' is the debug file),
 ## such that gdb(1) can be used on a kernel coredump.
 
-makeoptions	DEBUG="-g"
+#makeoptions	DEBUG="-g"
 
 
 ## Adds code to the kernel that does internal consistency checks, and will
 ## cause the kernel to panic if corruption of internal data structures
 ## is detected.
-options 	DIAGNOSTIC	# extra kernel sanity checking
+#options 	DIAGNOSTIC	# extra kernel sanity checking
 
 ## Enable (possibly expensive) debugging code that may also display messages
 ## on the system console

Reply via email to