diff options
author | 2023-11-03 10:00:04 +0100 | |
---|---|---|
committer | 2023-12-31 09:11:28 +0100 | |
commit | c7e618d4d40603584f65a7e251e28e9b9ceac2b6 (patch) | |
tree | 44bcdb6087032fb66ff15aa9c9e8d7476d6b54c3 /configure | |
parent | meson: use version_compare() to compare version (diff) | |
download | qemu-c7e618d4d40603584f65a7e251e28e9b9ceac2b6.tar.xz qemu-c7e618d4d40603584f65a7e251e28e9b9ceac2b6.zip |
Makefile: clean qemu-iotests output
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |