Paolo Bonzini 4781179012 selftests: kvm: remove meaningless assignments in Makefiles
$(shell ...) expands to the output of the command. It expands to the
empty string when the command does not print anything to stdout.
Hence, $(shell mkdir ...) is sufficient and does not need any
variable assignment in front of it.

Commit c2bd08ba20a5 ("treewide: remove meaningless assignments in
Makefiles", 2024-02-23) did this to all of tools/ but ignored in-flight
changes to tools/testing/selftests/kvm/Makefile, so reapply the change.

Cc: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2024-03-15 06:52:55 -04:00
..
2023-08-24 10:41:47 -04:00
2024-01-08 10:57:34 -08:00
2024-01-18 14:35:29 -08:00
2023-06-29 10:11:10 -07:00
2023-02-23 09:37:29 -08:00
2023-11-01 17:08:10 -10:00
2023-10-15 20:07:52 +01:00
2023-04-25 11:05:04 -07:00
2023-10-05 14:22:53 -06:00
2023-11-03 07:41:18 -10:00
2023-08-21 13:46:25 -07:00
2024-01-11 10:07:29 -08:00