From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33876) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aj1UG-0001i4-G3 for qemu-devel@nongnu.org; Thu, 24 Mar 2016 05:23:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aj1UD-0005vJ-9u for qemu-devel@nongnu.org; Thu, 24 Mar 2016 05:23:28 -0400 Received: from mail-lb0-x22a.google.com ([2a00:1450:4010:c04::22a]:33315) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aj1UD-0005vF-0p for qemu-devel@nongnu.org; Thu, 24 Mar 2016 05:23:25 -0400 Received: by mail-lb0-x22a.google.com with SMTP id oe12so26424547lbc.0 for ; Thu, 24 Mar 2016 02:23:24 -0700 (PDT) References: <1458753657-21664-1-git-send-email-alex.bennee@linaro.org> <1458753657-21664-5-git-send-email-alex.bennee@linaro.org> From: Sergey Fedorov Message-ID: <56F3B20A.9010607@gmail.com> Date: Thu, 24 Mar 2016 12:23:22 +0300 MIME-Version: 1.0 In-Reply-To: <1458753657-21664-5-git-send-email-alex.bennee@linaro.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH v2 4/5] ./configure: accept stems to match a range of targets List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?Alex_Benn=c3=a9e?= , qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, david@gibson.dropbear.id.au 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