Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbppc/conf No need for DEBUG in an install kernel.



details:   https://anonhg.NetBSD.org/src/rev/4eb15845fdb3
branches:  trunk
changeset: 542788:4eb15845fdb3
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Fri Feb 07 04:47:04 2003 +0000

description:
No need for DEBUG in an install kernel.

diffstat:

 sys/arch/evbppc/conf/INSTALL_WALNUT |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 5229a7e2b10f -r 4eb15845fdb3 sys/arch/evbppc/conf/INSTALL_WALNUT
--- a/sys/arch/evbppc/conf/INSTALL_WALNUT       Fri Feb 07 04:39:09 2003 +0000
+++ b/sys/arch/evbppc/conf/INSTALL_WALNUT       Fri Feb 07 04:47:04 2003 +0000
@@ -1,15 +1,15 @@
-#      $NetBSD: INSTALL_WALNUT,v 1.1 2002/12/09 12:15:51 scw Exp $
+#      $NetBSD: INSTALL_WALNUT,v 1.2 2003/02/07 04:47:04 thorpej Exp $
 
 include "arch/evbppc/conf/WALNUT"
 
-#ident                 "INSTALL_WALNUT-$Revision: 1.1 $"
+#ident                 "INSTALL_WALNUT-$Revision: 1.2 $"
 
 # DEBUG options turned on:
 
 #options       LOCKDEBUG
 options        DIAGNOSTIC
 #makeoptions   DEBUG="-g"
-options        DEBUG
+#options       DEBUG
 #options       SYSCALL_DEBUG
 options                PIPE_SOCKETPAIR         # smaller, but slower pipe(2)
 options        MALLOC_NOINLINE         # Not inlining MALLOC saves memory



Home | Main Index | Thread Index | Old Index