qemu-stable
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Stable-8.2.3 01/87] Revert "configure: run plugin TCG tests again"


From: Michael Tokarev
Subject: [Stable-8.2.3 01/87] Revert "configure: run plugin TCG tests again"
Date: Wed, 10 Apr 2024 10:21:34 +0300

This reverts commit 6eeeb8733177db7bc23fb2e7271dea759b47e4f9.

This commit has been wrongly back-ported to 8.2.x, $config_host_mak
in master didn't include the tests/tcg/ prefix, while 8.2.0 did it.
The result of this "backport" is this message during configure:

 ../configure: 1679: cannot create tests/tcg/tests/tcg/config-host.mak: 
Directory nonexistent

Let's revert the change and try again.

Cc: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>

diff --git a/configure b/configure
index d3ab436045..d7e0926ff1 100755
--- a/configure
+++ b/configure
@@ -1675,9 +1675,6 @@ fi
 mkdir -p tests/tcg
 echo "# Automatically generated by configure - do not modify" > 
$config_host_mak
 echo "SRC_PATH=$source_path" >> $config_host_mak
-if test "$plugins" = "yes" ; then
-    echo "CONFIG_PLUGIN=y" >> tests/tcg/$config_host_mak
-fi
 
 tcg_tests_targets=
 for target in $target_list; do
-- 
2.39.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]