Module Name: src
Committed By: mrg
Date: Thu Mar 23 07:15:08 UTC 2023
Modified Files:
src: UPDATING
Log Message:
add a note about how to fix missing ./usr/lib/libisns* files.
To generate a diff of this commit:
cvs rdiff -u -r1.336 -r1.337 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.336 src/UPDATING:1.337
--- src/UPDATING:1.336 Mon Jan 16 08:49:55 2023
+++ src/UPDATING Thu Mar 23 07:15:08 2023
@@ -1,4 +1,4 @@
-$NetBSD: UPDATING,v 1.336 2023/01/16 08:49:55 martin Exp $
+$NetBSD: UPDATING,v 1.337 2023/03/23 07:15:08 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
@@ -19,6 +19,12 @@ See also: BUILDING, build.sh, Makefile.
Recent changes:
^^^^^^^^^^^^^^^
+20230322:
+ Fixes for moved /lib/libisns* mean that builds will complain about
+ ./usr/lib/libisns* being missing until src/lib/libisns is forced
+ to (re)install the files, including the symlinks. The simplest
+ way is to clean this subdir before building.
+
20230112:
New binutils require an updated ld.elf_so. If you are doing
(unsupported) in-place self builds (with the -E flag to build.sh),