From: Thomas Huth <thuth@redhat.com>
To: "Alex Bennée" <alex.bennee@linaro.org>, qemu-devel@nongnu.org
Subject: Re: [PATCH] configure: surface deprecated targets in the help output
Date: Fri, 30 Oct 2020 16:24:52 +0100 [thread overview]
Message-ID: <77fa0da6-ff0a-de8c-6ba1-a74fbf44dcb5@redhat.com> (raw)
In-Reply-To: <20201029201449.6926-1-alex.bennee@linaro.org>
On 29/10/2020 21.14, Alex Bennée wrote:
> Show the targets but keep them separate from the main list.
>
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> ---
> configure | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/configure b/configure
> index 55e07c82dd..6c2e9ff37c 100755
> --- a/configure
> +++ b/configure
> @@ -1644,9 +1644,11 @@ Standard options:
> --prefix=PREFIX install in PREFIX [$prefix]
> --interp-prefix=PREFIX where to find shared libraries, etc.
> use %M for cpu name [$interp_prefix]
> - --target-list=LIST set target list (default: build everything)
> + --target-list=LIST set target list (default: build all non-deprecated)
> $(echo Available targets: $default_target_list | \
> fold -s -w 53 | sed -e 's/^/ /')
> +$(echo Deprecated targets: $deprecated_targets_list | \
> + fold -s -w 53 | sed -e 's/^/ /')
> --target-list-exclude=LIST exclude a set of targets from the default target-list
>
> Advanced options (experts only):
>
Reviewed-by: Thomas Huth <thuth@redhat.com>
prev parent reply other threads:[~2020-10-30 15:26 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-29 20:14 [PATCH] configure: surface deprecated targets in the help output Alex Bennée
2020-10-29 21:28 ` Philippe Mathieu-Daudé
2020-10-30 15:24 ` Thomas Huth [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=77fa0da6-ff0a-de8c-6ba1-a74fbf44dcb5@redhat.com \
--to=thuth@redhat.com \
--cc=alex.bennee@linaro.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).