Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F157968164
D40591.id123460.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
556 B
Referenced Files
None
Subscribers
None
D40591.id123460.diff
View Options
diff --git a/tools/build/options/makeman b/tools/build/options/makeman
--- a/tools/build/options/makeman
+++ b/tools/build/options/makeman
@@ -117,10 +117,17 @@
exit 1
;;
esac
+ requireds=`env -i make -f ${srcdir}/share/mk/src.opts.mk \
+ -V '${__REQUIRED_OPTIONS:ts,}'`
env -i ${make} .MAKE.MODE=normal "$@" showconfig __MAKE_CONF=/dev/null \
SRCCONF=/dev/null |
while read var _ val ; do
opt=${var#MK_}
+ case ,${requireds}, in
+ *,${opt},*)
+ continue
+ ;;
+ esac
case ${val} in
yes)
echo ${yes_prefix}_${opt}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, May 28, 12:31 AM (4 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33570720
Default Alt Text
D40591.id123460.diff (556 B)
Attached To
Mode
D40591: options/makeman: Handle __REQUIRED_OPTIONS
Attached
Detach File
Event Timeline
Log In to Comment