mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-05-07 12:18:47 +00: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:
parent
7fcfcd1002
commit
ca8a894d9f
2
Makefile
2
Makefile
@ -111,7 +111,7 @@ upload: ${DEB}
|
|||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
$(MAKE) -C test $@
|
$(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
|
$(MAKE) cleanup-docgen
|
||||||
find . -name '*~' -exec rm {} ';'
|
find . -name '*~' -exec rm {} ';'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user