qemu-devel
[Top][All Lists]
Advanced

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

[PATCH v3 16/20] tests/tcg: ensure we re-configure if configure.sh is up


From: Alex Bennée
Subject: [PATCH v3 16/20] tests/tcg: ensure we re-configure if configure.sh is updated
Date: Wed, 11 Dec 2019 17:05:16 +0000

We were only doing this if docker was enabled which isn't quite.

Fixes: fc76c56d3f47
Signed-off-by: Alex Bennée <address@hidden>
---
 tests/tcg/Makefile.prereqs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/tcg/Makefile.prereqs b/tests/tcg/Makefile.prereqs
index 7494b31b952..9a29604a839 100644
--- a/tests/tcg/Makefile.prereqs
+++ b/tests/tcg/Makefile.prereqs
@@ -13,6 +13,6 @@ DOCKER_IMAGE:=
 
 ifneq ($(DOCKER_IMAGE),)
 build-tcg-tests-$(PROBE_TARGET): docker-image-$(DOCKER_IMAGE)
+endif
 $(BUILD_DIR)/tests/tcg/config_$(PROBE_TARGET).mak: config-host.mak
 config-host.mak: $(SRC_PATH)/tests/tcg/configure.sh
-endif
-- 
2.20.1




reply via email to

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