Module Name:    src
Committed By:   martin
Date:           Tue Dec 26 11:40:47 UTC 2017

Modified Files:
        src: UPDATING

Log Message:
Note build fallout from vadvise removal.


To generate a diff of this commit:
cvs rdiff -u -r1.287 -r1.288 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.287 src/UPDATING:1.288
--- src/UPDATING:1.287	Fri Oct 13 07:04:58 2017
+++ src/UPDATING	Tue Dec 26 11:40:47 2017
@@ -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

Reply via email to