Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/walnut/conf remove duplicate options USERCONF - we ...



details:   https://anonhg.NetBSD.org/src/rev/7c57c3728108
branches:  trunk
changeset: 538245:7c57c3728108
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Tue Oct 15 21:54:24 2002 +0000

description:
remove duplicate options USERCONF - we get it from WALNUT config

diffstat:

 sys/arch/walnut/conf/INSTALL |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 2b56b28946c0 -r 7c57c3728108 sys/arch/walnut/conf/INSTALL
--- a/sys/arch/walnut/conf/INSTALL      Tue Oct 15 20:53:38 2002 +0000
+++ b/sys/arch/walnut/conf/INSTALL      Tue Oct 15 21:54:24 2002 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: INSTALL,v 1.3 2002/09/18 02:44:11 lukem Exp $
+#      $NetBSD: INSTALL,v 1.4 2002/10/15 21:54:24 jdolecek Exp $
 
 include "arch/walnut/conf/WALNUT"
 
-#ident                 "INSTALL-$Revision: 1.3 $"
+#ident                 "INSTALL-$Revision: 1.4 $"
 
 # DEBUG options turned on:
 
@@ -11,7 +11,6 @@
 #makeoptions   DEBUG="-g"
 options        DEBUG
 #options       SYSCALL_DEBUG
-options        USERCONF                # userconf(4) support
 options                PIPE_SOCKETPAIR         # smaller, but slower pipe(2)
 options        MALLOC_NOINLINE         # Not inlining MALLOC saves memory
 options        VNODE_OP_NOINLINE       # Not inlining vnode op calls saves mem



Home | Main Index | Thread Index | Old Index