* [PATCH] configure: update list of preserved environment variables
@ 2022-06-07 10:49 Paolo Bonzini
2022-06-08 16:29 ` Matheus Kowalczuk Ferst
0 siblings, 1 reply; 2+ messages in thread
From: Paolo Bonzini @ 2022-06-07 10:49 UTC (permalink / raw)
To: qemu-devel
INSTALL and LIBTOOL are not used anymore, but OBJCFLAGS is new and
was not listed.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
configure | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/configure b/configure
index f35847c3cd..ce81419629 100755
--- a/configure
+++ b/configure
@@ -2737,13 +2737,12 @@ preserve_env CC
preserve_env CFLAGS
preserve_env CXX
preserve_env CXXFLAGS
-preserve_env INSTALL
preserve_env LD
preserve_env LDFLAGS
preserve_env LD_LIBRARY_PATH
-preserve_env LIBTOOL
preserve_env MAKE
preserve_env NM
+preserve_env OBJCFLAGS
preserve_env OBJCOPY
preserve_env PATH
preserve_env PKG_CONFIG
--
2.36.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] configure: update list of preserved environment variables
2022-06-07 10:49 [PATCH] configure: update list of preserved environment variables Paolo Bonzini
@ 2022-06-08 16:29 ` Matheus Kowalczuk Ferst
0 siblings, 0 replies; 2+ messages in thread
From: Matheus Kowalczuk Ferst @ 2022-06-08 16:29 UTC (permalink / raw)
To: Paolo Bonzini, qemu-devel@nongnu.org
On 07/06/2022 07:49, Paolo Bonzini wrote:
> INSTALL and LIBTOOL are not used anymore, but OBJCFLAGS is new and
> was not listed.
>
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
> configure | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/configure b/configure
> index f35847c3cd..ce81419629 100755
> --- a/configure
> +++ b/configure
> @@ -2737,13 +2737,12 @@ preserve_env CC
> preserve_env CFLAGS
> preserve_env CXX
> preserve_env CXXFLAGS
> -preserve_env INSTALL
> preserve_env LD
> preserve_env LDFLAGS
> preserve_env LD_LIBRARY_PATH
> -preserve_env LIBTOOL
> preserve_env MAKE
> preserve_env NM
> +preserve_env OBJCFLAGS
> preserve_env OBJCOPY
> preserve_env PATH
> preserve_env PKG_CONFIG
> --
> 2.36.1
>
>
Reviewed-by: Matheus Ferst <matheus.ferst@eldorado.org.br>
I wonder if there are more unused variables, e.g., WINDRES and
SDL2_CONFIG have some references but it seems that they are only saved
and never used.
--
Matheus K. Ferst
Instituto de Pesquisas ELDORADO <http://www.eldorado.org.br/>
Analista de Software
Aviso Legal - Disclaimer <https://www.eldorado.org.br/disclaimer.html>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-06-08 16:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-07 10:49 [PATCH] configure: update list of preserved environment variables Paolo Bonzini
2022-06-08 16:29 ` Matheus Kowalczuk Ferst
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).