Module Name:    src
Committed By:   bsh
Date:           Mon Mar 19 06:08:51 UTC 2012

Modified Files:
        src: UPDATING

Log Message:
add note about SYMTAB_SPACE.


To generate a diff of this commit:
cvs rdiff -u -r1.235 -r1.236 src/UPDATING

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

Modified files:

Index: src/UPDATING
diff -u src/UPDATING:1.235 src/UPDATING:1.236
--- src/UPDATING:1.235	Wed Feb 15 23:32:27 2012
+++ src/UPDATING	Mon Mar 19 06:08:51 2012
@@ -1,4 +1,4 @@
-$NetBSD: UPDATING,v 1.235 2012/02/15 23:32:27 joerg Exp $
+$NetBSD: UPDATING,v 1.236 2012/03/19 06:08:51 bsh Exp $
 
 This file (UPDATING) is intended to be a brief reference to recent
 changes that might cause problems in the build process, and a guide for
@@ -16,6 +16,13 @@ See also: BUILDING, build.sh, Makefile.
 Recent changes:
 ^^^^^^^^^^^^^^^
 
+20120319:
+	sys/conf/Makefile.kern.inc has been modified to adjust the
+	size of db_symtab automatically.  You need to update dbsym in
+	your $TOOLDIR to build kernels with options SYMTAB_SPACE.  If
+	you don't want this behavior, add AUTO_SYMTAB_SPACE=no to your
+	mk.conf.
+
 20120216:
 	Default for MKCATPAGES changed to NO. Update builds will fail
 	unless DESTDIR is cleaned manually. If you built between 20120207

Reply via email to