5
0
mirror of git://git.proxmox.com/git/qemu-server.git synced 2025-01-11 05:17:57 +03:00

buildsys: expand clean target

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Fiona Ebner 2023-05-19 09:44:37 +02:00 committed by Thomas Lamprecht
parent 7fcfcd1002
commit ca8a894d9f

View File

@ -111,7 +111,7 @@ upload: ${DEB}
.PHONY: clean
clean:
$(MAKE) -C test $@
rm -rf $(PACKAGE)-*/ *.deb *.buildinfo *.changes *.dsc $(PACKAGE)_*.tar.gz
rm -rf $(PACKAGE)-*/ *.deb *.build *.buildinfo *.changes *.dsc $(PACKAGE)_*.tar.?z
$(MAKE) cleanup-docgen
find . -name '*~' -exec rm {} ';'