On 23/03/16 20:20, Alex Bennée wrote:
> diff --git a/configure b/configure
> index b88d0db..ebf8a42 100755
> --- a/configure
> +++ b/configure
> @@ -1246,7 +1246,8 @@ Standard options:
>    --target-list=LIST       set target list (default: build everything)
>  $(echo Available targets: $default_target_list | \
>    fold -s -w 53 | sed -e 's/^/                           /')
> -
> +                           LIST can contain stems to match sets of targets
> +                           (e.g. softmmu will match all softmmu targets)
>  Advanced options (experts only):
>    --source-path=PATH       path of source code [$source_path]
>    --cross-prefix=PREFIX    use PREFIX for compile tools [$cross_prefix]

Maybe we'd better require user to specify the exact glob patterns in
'--target-list' to avoid possible misuse?

Kind regards,
Sergey

Reply via email to