Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F155041050
D28084.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
527 B
Referenced Files
None
Subscribers
None
D28084.id.diff
View Options
diff --git a/share/mk/bsd.opts.mk b/share/mk/bsd.opts.mk
--- a/share/mk/bsd.opts.mk
+++ b/share/mk/bsd.opts.mk
@@ -108,14 +108,18 @@
INSTALLLIB \
MAN \
PROFILE \
- WARNS \
- WERROR
+ WARNS
.if defined(NO_${var})
.error "NO_${var} is defined, but deprecated. Please use MK_${var}=no instead."
MK_${var}:=no
.endif
.endfor
+.if defined(NO_WERROR)
+.info The WITHOUT_WERROR option can now be used instead of NO_WERROR.
+MK_WERROR:= no
+.endif
+
.include <bsd.cpu.mk>
.endif # !_WITHOUT_SRCCONF
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, May 1, 9:45 PM (17 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32599580
Default Alt Text
D28084.id.diff (527 B)
Attached To
Mode
D28084: MK_WERROR: Downgrade an error to an information message
Attached
Detach File
Event Timeline
Log In to Comment