diff options
author | Paolo Bonzini | 2022-09-29 13:42:07 +0200 |
---|---|---|
committer | Alex Bennée | 2022-10-06 12:53:40 +0200 |
commit | c7022a703c497aca6e409d46534896f8ee06a209 (patch) | |
tree | 2c8619037188140c920f027e722dde8af73a5f82 /Makefile | |
parent | configure: unify creation of cross-compilation Makefiles (diff) | |
download | qemu-c7022a703c497aca6e409d46534896f8ee06a209.tar.gz qemu-c7022a703c497aca6e409d46534896f8ee06a209.tar.xz qemu-c7022a703c497aca6e409d46534896f8ee06a209.zip |
configure: cleanup creation of tests/tcg target config
Remove the symlink to tests/tcg/config-*.mak, which is possible now
that unused target config files are not created either.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20220929114231.583801-28-alex.bennee@linaro.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -221,7 +221,7 @@ qemu-%.tar.bz2: distclean: clean recurse-distclean -$(quiet-@)test -f build.ninja && $(NINJA) $(NINJAFLAGS) -t clean -g || : rm -f config-host.mak Makefile.prereqs qemu-bundle - rm -f tests/tcg/config-*.mak + rm -f tests/tcg/*/config-target.mak tests/tcg/config-host.mak rm -f config.status rm -f roms/seabios/config.mak rm -f qemu-plugins-ld.symbols qemu-plugins-ld64.symbols |