All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] configure: remove another dead variable
@ 2022-05-13 16:11 Paolo Bonzini
  2022-05-13 16:35 ` Richard Henderson
  0 siblings, 1 reply; 2+ messages in thread
From: Paolo Bonzini @ 2022-05-13 16:11 UTC (permalink / raw)
  To: qemu-devel

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
 configure | 1 -
 1 file changed, 1 deletion(-)

diff --git a/configure b/configure
index c8b5b99532..dda25f05bf 100755
--- a/configure
+++ b/configure
@@ -1992,7 +1992,6 @@ fi
 if test "$static" = "yes" ; then
   echo "CONFIG_STATIC=y" >> $config_host_mak
 fi
-qemu_version=$(head $source_path/VERSION)
 echo "SRC_PATH=$source_path" >> $config_host_mak
 echo "TARGET_DIRS=$target_list" >> $config_host_mak
 if test "$modules" = "yes"; then
-- 
2.36.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] configure: remove another dead variable
  2022-05-13 16:11 [PATCH] configure: remove another dead variable Paolo Bonzini
@ 2022-05-13 16:35 ` Richard Henderson
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Henderson @ 2022-05-13 16:35 UTC (permalink / raw)
  To: Paolo Bonzini, qemu-devel

On 5/13/22 09:11, Paolo Bonzini wrote:
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
>   configure | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/configure b/configure
> index c8b5b99532..dda25f05bf 100755
> --- a/configure
> +++ b/configure
> @@ -1992,7 +1992,6 @@ fi
>   if test "$static" = "yes" ; then
>     echo "CONFIG_STATIC=y" >> $config_host_mak
>   fi
> -qemu_version=$(head $source_path/VERSION)
>   echo "SRC_PATH=$source_path" >> $config_host_mak
>   echo "TARGET_DIRS=$target_list" >> $config_host_mak
>   if test "$modules" = "yes"; then

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-05-13 16:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-13 16:11 [PATCH] configure: remove another dead variable Paolo Bonzini
2022-05-13 16:35 ` Richard Henderson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.