mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-05-01 18:53:07 +00:00
buildsys: clean: remove migration test runtime files
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
c97a9c6ed8
commit
0435f8798c
1
Makefile
1
Makefile
@ -109,6 +109,7 @@ upload: ${DEB}
|
|||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
|
$(MAKE) -C test $@
|
||||||
rm -rf $(PACKAGE)-*/ *.deb *.buildinfo *.changes *.dsc $(PACKAGE)_*.tar.gz
|
rm -rf $(PACKAGE)-*/ *.deb *.buildinfo *.changes *.dsc $(PACKAGE)_*.tar.gz
|
||||||
$(MAKE) cleanup-docgen
|
$(MAKE) cleanup-docgen
|
||||||
find . -name '*~' -exec rm {} ';'
|
find . -name '*~' -exec rm {} ';'
|
||||||
|
@ -25,3 +25,7 @@ test_migration: run_qemu_migrate_tests.pl MigrationTest/*.pm $(MIGRATION_TEST_TA
|
|||||||
|
|
||||||
$(MIGRATION_TEST_TARGETS):
|
$(MIGRATION_TEST_TARGETS):
|
||||||
./run_qemu_migrate_tests.pl $(@:test_migration_%=%)
|
./run_qemu_migrate_tests.pl $(@:test_migration_%=%)
|
||||||
|
|
||||||
|
.PHONY: clean
|
||||||
|
clean:
|
||||||
|
rm -rf MigrationTest/run
|
||||||
|
Loading…
Reference in New Issue
Block a user