Module Name: src
Committed By: riastradh
Date: Fri Nov 22 14:53:12 UTC 2024
Modified Files:
src: UPDATING
Log Message:
UPDATING: Note libarchive requires clean.
To generate a diff of this commit:
cvs rdiff -u -r1.367 -r1.368 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.367 src/UPDATING:1.368
--- src/UPDATING:1.367 Fri Nov 22 14:30:28 2024
+++ src/UPDATING Fri Nov 22 14:53:12 2024
@@ -1,4 +1,4 @@
-$NetBSD: UPDATING,v 1.367 2024/11/22 14:30:28 riastradh Exp $
+$NetBSD: UPDATING,v 1.368 2024/11/22 14:53:12 riastradh 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
@@ -20,6 +20,11 @@ Recent changes:
^^^^^^^^^^^^^^^
20241122:
+ Changes to libarchive's build options require cleaning its
+ objdir in update builds:
+
+ cd src/external/bsd/libarchive && $TOOLDIR/bin/nbmake-$ARCH cleandir
+
Changes to bsd.lib.mk to improve detecting differences in
shared library symbol exports may cause some .actsym files in
the objdir to become stale in update builds.