Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F103280223
D2011.id.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
D2011.id.diff
View Options
Index: head/share/mk/bsd.mkopt.mk
===================================================================
--- head/share/mk/bsd.mkopt.mk
+++ head/share/mk/bsd.mkopt.mk
@@ -67,6 +67,15 @@
# MK_* options which are always no, usually because they are
# unsupported/badly broken on this architecture.
#
+.for var in ${__ALWAYS_NO_OPTIONS}
+MK_${var}:= no
+.endfor
+.undef __ALWAYS_NO_OPTIONS
+
+#
+# MK_* options which are always no, usually because they are
+# unsupported/badly broken on this architecture.
+#
.for var in ${BROKEN_OPTIONS}
MK_${var}:= no
.endfor
Index: head/sys/conf/kern.opts.mk
===================================================================
--- head/sys/conf/kern.opts.mk
+++ head/sys/conf/kern.opts.mk
@@ -120,6 +120,16 @@
#end of bsd.mkopt.mk expanded inline.
#
+# MK_* options which are always no, usually because they are
+# unsupported/badly broken on this architecture.
+#
+.for var in ${__ALWAYS_NO_OPTIONS}
+MK_${var}:= no
+.endfor
+.undef __ALWAYS_NO_OPTIONS
+#end of bsd.mkopt.mk expanded inline.
+
+#
# MK_*_SUPPORT options which default to "yes" unless their corresponding
# MK_* variable is set to "no".
#
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 24, 12:32 AM (17 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14812034
Default Alt Text
D2011.id.diff (1 KB)
Attached To
Mode
D2011: Categorize certain kernel builds as being broken in certain places.
Attached
Detach File
Event Timeline
Log In to Comment