summaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2016-03-11 16:57:41 +0000
committerbdrewery <bdrewery@FreeBSD.org>2016-03-11 16:57:41 +0000
commitb6a8e1f86ed43d3b931dd278692efebde9cb86e9 (patch)
treea4bbf6020872653020db6b4218b7db29bfb0214b /UPDATING
parente24ba1eb53e66c865d0afc65bbb8e0cb0a424272 (diff)
downloadFreeBSD-src-b6a8e1f86ed43d3b931dd278692efebde9cb86e9.zip
FreeBSD-src-b6a8e1f86ed43d3b931dd278692efebde9cb86e9.tar.gz
Enable FAST_DEPEND by default.
Discussed on: arch Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING10
1 files changed, 10 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 09154b6..d3e4545 100644
--- a/UPDATING
+++ b/UPDATING
@@ -31,6 +31,16 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11.x IS SLOW:
disable the most expensive debugging functionality run
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20160311:
+ WITH_FAST_DEPEND is now enabled by default for in-tree and out-of-tree
+ builds. It no longer runs mkdep(1) during 'make depend', and the
+ 'make depend' stage can safely be skipped now as it is auto ran
+ when building 'make all' and will generate all SRCS and DPSRCS before
+ building anything else. Dependencies are gathered at compile time with
+ -MF flags kept in separate .depend files per object file. Users should
+ run 'make cleandepend' once if using -DNO_CLEAN to clean out older
+ stale .depend files.
+
20160306:
On amd64, clang 3.8.0 can now insert sections of type AMD64_UNWIND into
kernel modules. Therefore, if you load any kernel modules at boot time,
OpenPOWER on IntegriCloud