From: Bruce Rogers <brogers@suse.com>
To: qemu-devel@nongnu.org
Cc: richard.henderson@linaro.org, laurent@vivier.eu
Subject: Re: [PATCH] configure: fix handling of --docdir parameter
Date: Thu, 15 Oct 2020 13:06:32 -0600 [thread overview]
Message-ID: <1662d9e685e2c07e18fcf5b4630a55c3cb8db717.camel@suse.com> (raw)
In-Reply-To: <20201015190233.270296-1-brogers@suse.com>
On Thu, 2020-10-15 at 13:02 -0600, Bruce Rogers wrote:
> Commit ca8c0909f01 changed qemu_docdir to be docdir, then later uses
> the
> qemu_docdir name in the final assignment. Unfortunately, one instance
> of
> qemu_docdir was missed: the one which comes from the --docdir
> parameter.
> This patch restores the proper handling of the --docdir parameter.
>
> Fixes: ca8c0909f01 ("configure: build docdir like other suffixed
> directories")
>
> Signed-off-by: Bruce Rogers <brogers@suse.com>
> ---
> configure | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/configure b/configure
> index f839c2a557..07acd01a25 100755
> --- a/configure
> +++ b/configure
> @@ -971,7 +971,7 @@ for opt do
> ;;
> --with-suffix=*) qemu_suffix="$optarg"
> ;;
> - --docdir=*) qemu_docdir="$optarg"
> + --docdir=*) docdir="$optarg"
> ;;
> --sysconfdir=*) sysconfdir="$optarg"
> ;;
Oops! I got the wrong CC's put on this. Let me resend with the right
interested parties. Sorry for the noise.
- Bruce
next prev parent reply other threads:[~2020-10-15 19:07 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-15 19:02 [PATCH] configure: fix handling of --docdir parameter Bruce Rogers
2020-10-15 19:06 ` Bruce Rogers [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-10-15 19:07 Bruce Rogers
2020-10-15 19:50 ` Philippe Mathieu-Daudé
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=1662d9e685e2c07e18fcf5b4630a55c3cb8db717.camel@suse.com \
--to=brogers@suse.com \
--cc=laurent@vivier.eu \
--cc=qemu-devel@nongnu.org \
--cc=richard.henderson@linaro.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).