From: "Philippe Mathieu-Daudé" <philmd@redhat.com>
To: marcandre.lureau@redhat.com, qemu-devel@nongnu.org
Cc: sw@weilnetz.de, berrange@redhat.com, pbonzini@redhat.com
Subject: Re: [PATCH v3 2/8] configure: always /-seperate directory from qemu_suffix
Date: Wed, 9 Sep 2020 15:15:10 +0200 [thread overview]
Message-ID: <bfe25907-88ef-05ad-0464-1220c37439e2@redhat.com> (raw)
In-Reply-To: <20200826110419.528931-3-marcandre.lureau@redhat.com>
On 8/26/20 1:04 PM, marcandre.lureau@redhat.com wrote:
> From: Marc-André Lureau <marcandre.lureau@redhat.com>
>
Typo "separate" in subject.
Btw can you copy the subject in the commit description?
This makes review simpler (no need to go back in the
thread view to see the subject and go back into the
mail to see the content).
> Otherwise, we may accept very strange directory names...
>
> While at it, quote the variables.
>
> Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> ---
> configure | 14 +++++++-------
> 1 file changed, 7 insertions(+), 7 deletions(-)
>
> diff --git a/configure b/configure
> index 0e04c47722..61216b9210 100755
> --- a/configure
> +++ b/configure
> @@ -474,7 +474,7 @@ modules="no"
> module_upgrades="no"
> prefix="/usr/local"
> firmwarepath="\${prefix}/share/qemu-firmware"
> -qemu_suffix="/qemu"
> +qemu_suffix="qemu"
> slirp=""
> oss_lib=""
> bsd="no"
> @@ -1823,12 +1823,12 @@ Advanced options (experts only):
> --with-git=GIT use specified git [$git]
> --static enable static build [$static]
> --mandir=PATH install man pages in PATH
> - --datadir=PATH install firmware in PATH$qemu_suffix
> - --docdir=PATH install documentation in PATH$qemu_suffix
> + --datadir=PATH install firmware in PATH/$qemu_suffix
> + --docdir=PATH install documentation in PATH/$qemu_suffix
> --bindir=PATH install binaries in PATH
> --libdir=PATH install libraries in PATH
> --libexecdir=PATH install helper binaries in PATH
> - --sysconfdir=PATH install config in PATH$qemu_suffix
> + --sysconfdir=PATH install config in PATH/$qemu_suffix
> --localstatedir=PATH install local state in PATH (set at runtime on win32)
> --firmwarepath=PATH search PATH for firmware files
> --efi-aarch64=PATH PATH of efi file to use for aarch64 VMs.
> @@ -6467,9 +6467,9 @@ EOF
> fi
> fi
>
> -qemu_confdir=$sysconfdir$qemu_suffix
> -qemu_moddir=$libdir$qemu_suffix
> -qemu_datadir=$datadir$qemu_suffix
> +qemu_confdir="$sysconfdir/$qemu_suffix"
> +qemu_moddir="$libdir/$qemu_suffix"
> +qemu_datadir="$datadir/$qemu_suffix"
> qemu_localedir="$datadir/locale"
> qemu_icondir="$datadir/icons"
> qemu_desktopdir="$datadir/applications"
>
next prev parent reply other threads:[~2020-09-09 13:16 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-26 11:04 [PATCH v3 0/8] meson: mingw installation fixes & nsis conversion marcandre.lureau
2020-08-26 11:04 ` [PATCH v3 1/8] configure: rename confsuffix option marcandre.lureau
2020-08-26 11:04 ` [PATCH v3 2/8] configure: always /-seperate directory from qemu_suffix marcandre.lureau
2020-09-09 13:15 ` Philippe Mathieu-Daudé [this message]
2020-09-09 13:20 ` Marc-André Lureau
2020-08-26 11:04 ` [PATCH v3 3/8] configure: build docdir like other suffixed directories marcandre.lureau
2020-08-26 11:04 ` [PATCH v3 4/8] meson: pass qemu_suffix option marcandre.lureau
2020-08-26 11:04 ` [PATCH v3 5/8] meson: use meson datadir instead of qemu_datadir marcandre.lureau
[not found] ` <20200909095147.p6ywqn5ze7mbmvm6@lws.brq.redhat.com>
2020-09-09 10:13 ` Marc-André Lureau
[not found] ` <20200909124622.nsekxztqfrg6mijs@lws.brq.redhat.com>
2020-09-09 13:17 ` Marc-André Lureau
2020-09-09 13:21 ` Paolo Bonzini
2020-08-26 11:04 ` [PATCH v3 6/8] meson: pass docdir option marcandre.lureau
2020-08-26 11:04 ` [PATCH v3 7/8] meson: use meson mandir instead of qemu_mandir marcandre.lureau
2020-08-26 11:04 ` [PATCH v3 8/8] meson: add NSIS building marcandre.lureau
2020-08-26 11:37 ` [PATCH v3 0/8] meson: mingw installation fixes & nsis conversion Paolo Bonzini
2020-08-26 11:50 ` Marc-André Lureau
2020-08-26 13:46 ` Paolo Bonzini
2020-08-26 16:38 ` Marc-André Lureau
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=bfe25907-88ef-05ad-0464-1220c37439e2@redhat.com \
--to=philmd@redhat.com \
--cc=berrange@redhat.com \
--cc=marcandre.lureau@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=sw@weilnetz.de \
/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).