qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2 4/5] ./configure: accept stems to match a ran


From: Sergey Fedorov
Subject: Re: [Qemu-devel] [PATCH v2 4/5] ./configure: accept stems to match a range of targets
Date: Thu, 24 Mar 2016 15:16:00 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0

On 24/03/16 15:05, Alex Bennée wrote:
> Sergey Fedorov <address@hidden> writes:
>
>> 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?
> Don't you run into problems of escaping glob patterns from the shell and
> the like? For example if I do:
>
> 12:04 address@hidden/x86_64  [qemu.git/mttcg/base-patches-v2] >./configure
> --target-list=arm*
>
> ERROR: Unknown target name 'arm-softmmu-config-devices.mak.d'
>
> As the shell picks up file names from the src dir.
>

Of course, it would be necessary to quote it like this:

    ./configure --target-list='arm*'

Kind regards,
Sergey



reply via email to

[Prev in Thread] Current Thread [Next in Thread]