summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2016-03-30 23:50:23 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2016-03-30 23:50:23 +0000
commit497e80911e0033a44f608c5c912024997ffb5d3c (patch)
tree10dd676fe27eeae3526bd1b656f1cf7e9e25b69b /UPDATING
parent4f1c85df14bdba51ee73298b4a37aa0eb4ea180a (diff)
downloadsrc-test2-497e80911e0033a44f608c5c912024997ffb5d3c.tar.gz
src-test2-497e80911e0033a44f608c5c912024997ffb5d3c.zip
Remove the old depend (mkdep) code and make FAST_DEPEND the one true way.
Reviewed by: emaste, hselasky (partial), brooks (brief) Discussed on: arch@ Sponsored by: EMC / Isilon Storage Division Differential Revision: https://reviews.freebsd.org/D5742
Notes
Notes: svn path=/head/; revision=297434
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING5
1 files changed, 5 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index e85fe7f36fe7..2e4c37bb08d0 100644
--- a/UPDATING
+++ b/UPDATING
@@ -31,6 +31,11 @@ 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".)
+20160330:
+ The FAST_DEPEND build option has been removed and its functionality is
+ now the one true way. The old mkdep(1) style of 'make depend' has
+ been removed. See 20160311 for further details.
+
20160317:
Resource range types have grown from unsigned long to uintmax_t. All
drivers, and anything using libdevinfo, need to be recompiled.