summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2019-11-20 18:36:58 +0000
committerBrooks Davis <brooks@FreeBSD.org>2019-11-20 18:36:58 +0000
commit303d2dd8f10de99346283ab46bf09c0866fb4c13 (patch)
tree6156379130623795341a5e9cd9d3c95b8895bbff /UPDATING
parenta1aaa66be8cf3db613145005c6c6ace5e97610cb (diff)
downloadsrc-test2-303d2dd8f10de99346283ab46bf09c0866fb4c13.tar.gz
src-test2-303d2dd8f10de99346283ab46bf09c0866fb4c13.zip
Make the warning for deprecated NO_ variables an error.
Support for NO_CTF, NO_DEBUG_FILES, NO_INSTALLLIB, NO_MAN, NO_PROFILE, and NO_WARNS as deprecated in 2014 with a warning added for each one found. Turn these into error in preperation for removal of compatability support before FreeBSD 13. Reviewed by: imp Relnotes: yes Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D22448
Notes
Notes: svn path=/head/; revision=354909
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING8
1 files changed, 8 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 649ea8f5203d..38698f58cf8c 100644
--- a/UPDATING
+++ b/UPDATING
@@ -31,6 +31,14 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 13.x IS SLOW:
removed in the future. As of FreeBSD 10.1 the autofs(5) is available
for automounting.
+20191120:
+ Defining the long deprected NO_CTF, NO_DEBUG_FILES, NO_INSTALLLIB,
+ NO_MAN, NO_PROFILE, and NO_WARNS variables is now an error. Update
+ your Makefiles and scripts to define MK_<var>=no instead as required.
+
+ One exception to this is that program or library Makefiles should
+ define MAN to empty rather than setting MK_MAN=no.
+
20191107:
The nctgpio and wbwd drivers have been moved to the superio bus.
If you have one of these drivers in a kernel configuration, then