Lines Matching refs:opt

57 				opt=${var#MK_}
58 if [ $opt = "$prev_opt" ]; then
59 echo "$target: ignoring duplicate option $opt" >&2
62 prev_opt=$opt
65 echo ${opt} ${target}
68 echo ${opt}
93 while read opt targets ; do
95 echo "WITHOUT_${opt}"
97 echo "WITH_${opt}"
99 echo "WITHOUT_${opt}" $(no_targets "${ALL_TARGETS}" "${targets}")
100 echo "WITH_${opt} ${targets}"
137 opt=${var#MK_}
139 *,${opt},*)
145 echo ${yes_prefix}_${opt}
148 echo ${no_prefix}_${opt}
177 opt=${var#OPT_}
178 echo ${opt}
302 while read opt targets ; do
303 if [ ! -f ${opt} ] ; then
304 echo "no description found for ${opt}, skipping" >&2
308 echo ".It Va ${opt}"
309 sed -e'/\$FreeBSD.*\$/d' ${opt}
316 if [ "${opt%%_*}" = 'WITHOUT' ] ; then
317 sed -n "/^WITH_${opt#WITHOUT_}$/!s/$/=/p" $t/config_WITH_ALL > $t/src.conf
318 show settings SRC_ENV_CONF=$t/src.conf -D${opt} | sort > $t/config_WITH_ALL_${opt}
319 comm -13 $t/config_WITH_ALL $t/config_WITH_ALL_${opt} | sed -n "/^${opt}$/!p" > $t/deps
320 elif [ "${opt%%_*}" = 'WITH' ] ; then
321 sed -n "/^WITHOUT${opt#WITH}$/!s/$/=/p" $t/config_WITHOUT_ALL > $t/src.conf
322 show settings SRC_ENV_CONF=$t/src.conf -D${opt} | sort > $t/config_WITHOUT_ALL_${opt}
323 comm -13 $t/config_WITHOUT_ALL $t/config_WITHOUT_ALL_${opt} | sed -n "/^${opt}$/!p" > $t/deps
329 show settings SRC_ENV_CONF=/dev/null -D${opt} | sort > $t/config_${opt}
330 comm -13 $t/config_default $t/config_${opt} | sed -n "/^${opt}$/!p" |
364 *\ ${opt#*_}\ *)
384 while read opt ; do
385 if [ ! -f ${opt} ] ; then
386 echo "no description found for ${opt}, skipping" >&2
389 if [ $opt = "$prev_opt" ]; then
390 echo "ignoring duplicate option $opt" >&2
393 prev_opt=$opt
395 echo ".It Va ${opt}"
396 cat ${opt}