Module Name: src Committed By: martin Date: Mon Jan 25 09:24:29 UTC 2016
Modified Files: src: UPDATING Log Message: Note that update builds are broken if MKDTRACE got enabled for your platform. To generate a diff of this commit: cvs rdiff -u -r1.263 -r1.264 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.263 src/UPDATING:1.264 --- src/UPDATING:1.263 Sat Sep 19 18:31:41 2015 +++ src/UPDATING Mon Jan 25 09:24:29 2016 @@ -1,4 +1,4 @@ -$NetBSD: UPDATING,v 1.263 2015/09/19 18:31:41 dholland Exp $ +$NetBSD: UPDATING,v 1.264 2016/01/25 09:24:29 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,14 @@ See also: BUILDING, build.sh, Makefile. Recent changes: ^^^^^^^^^^^^^^^ +20160125: + Dtrace has been enabled by default on some architectures. + When doing an update build, make sure to clean the etc/mtree + object directory before starting the build - otherwise the + needed directories in destdir will not be created. + An easy way to do this is: + cd src/etc/mtree && $TOOLDIR/bin/nbmake-$arch cleandir + 20150818: New acpica requires "make cleandir" in src/external/bsd/acpica again.