summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authormartin <martin@NetBSD.org>2017-12-26 11:40:47 +0000
committermartin <martin@NetBSD.org>2017-12-26 11:40:47 +0000
commit00904c4e2bd30f020a4064d291ced918bf6e06d8 (patch)
tree5094905ff6a344635cd37ba839ac15f5b8d9a5c3 /UPDATING
parenta36ead30aee355813e9fd627dcf32bc29b3b51b9 (diff)
Note build fallout from vadvise removal.
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING9
1 files changed, 8 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index 6be8823c036..7b06b90e06e 100644
--- a/UPDATING
+++ b/UPDATING
@@ -1,4 +1,4 @@
-$NetBSD: UPDATING,v 1.287 2017/10/13 07:04:58 kre Exp $
+$NetBSD: UPDATING,v 1.288 2017/12/26 11:40:47 martin 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,13 @@ See also: BUILDING, build.sh, Makefile.
Recent changes:
^^^^^^^^^^^^^^^
+20171225:
+ removal of the vadvise syscall requires manual removal of all
+ associated files from the libc build object directory (including
+ the .depend files) - a command like
+ cd $OBJ && find . -type d -name libc | xargs rm -rf
+ or a one time build without -u will do.
+
20171010:
a change to the build structure of external/bsd/acpica/bin/iasl
means that its objdir (or *.d and .depend at least) might need