Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109064583
D21640.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
D21640.diff
View Options
Index: head/share/mk/bsd.mkopt.mk
===================================================================
--- head/share/mk/bsd.mkopt.mk
+++ head/share/mk/bsd.mkopt.mk
@@ -11,12 +11,16 @@
# For each option FOO in __DEFAULT_NO_OPTIONS, MK_FOO is set to "no",
# unless WITH_FOO is defined, in which case it is set to "yes".
#
+# For each entry FOO/BAR in __DEFAULT_DEPENDENT_OPTIONS,
+# MK_FOO is set to "no" if WITHOUT_FOO is defined,
+# "yes" if WITH_FOO is defined, otherwise the value of MK_BAR.
+#
# If both WITH_FOO and WITHOUT_FOO are defined, WITHOUT_FOO wins and
# MK_FOO is set to "no" regardless of which list it was in.
#
-# Both __DEFAULT_YES_OPTIONS and __DEFAULT_NO_OPTIONS are undef'd
-# after all this processing, allowing this file to be included
-# multiple times with different lists.
+# All of __DEFAULT_YES_OPTIONS, __DEFAULT_NO_OPTIONS and
+# __DEFAULT_DEPENDENT_OPTIONS are undef'd after all this processing,
+# allowing this file to be included multiple times with different lists.
#
# Other parts of the build system will set BROKEN_OPTIONS to a list
# of options that are broken on this platform. This will not be unset
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Feb 1, 8:20 AM (2 h, 27 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16378943
Default Alt Text
D21640.diff (1 KB)
Attached To
Mode
D21640: Document logic for __DEFAULT_DEPENDENT_OPTIONS
Attached
Detach File
Event Timeline
Log In to Comment