Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F161574000
D22448.id64590.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D22448.id64590.diff
View Options
Index: UPDATING
===================================================================
--- UPDATING
+++ UPDATING
@@ -26,6 +26,14 @@
disable the most expensive debugging functionality run
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+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 libary 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
Index: share/mk/bsd.opts.mk
===================================================================
--- share/mk/bsd.opts.mk
+++ share/mk/bsd.opts.mk
@@ -100,7 +100,7 @@
PROFILE \
WARNS
.if defined(NO_${var})
-.warning "NO_${var} is defined, but deprecated. Please use MK_${var}=no instead."
+.error "NO_${var} is defined, but deprecated. Please use MK_${var}=no instead."
MK_${var}:=no
.endif
.endfor
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jul 6, 12:14 AM (6 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34729228
Default Alt Text
D22448.id64590.diff (1 KB)
Attached To
Mode
D22448: Make the warning for deprecated NO_ variables an error.
Attached
Detach File
Event Timeline
Log In to Comment