]> git.proxmox.com Git - mirror_qemu.git/commitdiff
Makefile: clean qemu-iotests output
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 3 Nov 2023 09:00:04 +0000 (10:00 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Sun, 31 Dec 2023 08:11:28 +0000 (09:11 +0100)
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Makefile
configure

index 676a4a54f48043354afb4dcd8d5e54f9e140d9ff..8f369903356ced3097b1caf1120f923728a7b8d1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -202,6 +202,7 @@ clean: recurse-clean
                ! -path ./roms/edk2/ArmPkg/Library/GccLto/liblto-arm.a \
                -exec rm {} +
        rm -f TAGS cscope.* *~ */*~
+       @$(MAKE) -Ctests/qemu-iotests clean
 
 VERSION = $(shell cat $(SRC_PATH)/VERSION)
 
index d7e0926ff19946d7160363e5ed8dd2a05ae437cb..9885cfed792cbbdfcd67ad6b6060a043326f216e 100755 (executable)
--- a/configure
+++ b/configure
@@ -1559,7 +1559,7 @@ LINKS="$LINKS pc-bios/s390-ccw/Makefile"
 LINKS="$LINKS pc-bios/vof/Makefile"
 LINKS="$LINKS .gdbinit scripts" # scripts needed by relative path in .gdbinit
 LINKS="$LINKS tests/avocado tests/data"
-LINKS="$LINKS tests/qemu-iotests/check"
+LINKS="$LINKS tests/qemu-iotests/check tests/qemu-iotests/Makefile"
 LINKS="$LINKS python"
 LINKS="$LINKS contrib/plugins/Makefile "
 for f in $LINKS ; do