Module Name: src
Committed By: mrg
Date: Fri Oct 2 03:13:23 UTC 2009
Modified Files:
src: UPDATING
Log Message:
add a note about accidental compiled/xkb symlinks appearing
To generate a diff of this commit:
cvs rdiff -u -r1.201 -r1.202 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.201 src/UPDATING:1.202
--- src/UPDATING:1.201 Sat Jul 18 09:50:32 2009
+++ src/UPDATING Fri Oct 2 03:13:23 2009
@@ -1,4 +1,4 @@
-$NetBSD: UPDATING,v 1.201 2009/07/18 09:50:32 dsl Exp $
+$NetBSD: UPDATING,v 1.202 2009/10/02 03:13:23 mrg 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,11 @@
Recent changes:
^^^^^^^^^^^^^^^
+20091001:
+ An error will create a ./usr/X11R7/lib/X11/xkb/compiled/xkb
+ symlink, failing the build. Delete the link, and the subdir
+ it is in, and retry your build.
+
20090718:
libc build changed so that strchr() provides the extra entry
point for index(). Update build of libc.a (and libc_pic.a)