buildsys: expand clean target

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2023-06-23 16:12:20 +02:00
parent ef6c238d45
commit 328fafce5a

View File

@ -50,12 +50,10 @@ upload: UPLOAD_DIST ?= $(DEB_DISTRIBUTION)
upload: $(DEB) upload: $(DEB)
tar cf - $(DEB) | ssh -X repoman@repo.proxmox.com -- upload --product pmg --dist $(UPLOAD_DIST) tar cf - $(DEB) | ssh -X repoman@repo.proxmox.com -- upload --product pmg --dist $(UPLOAD_DIST)
CLEANFILES = *~ debian/*~ *.deb $(BUILDSRC) libxdgmime-perl* *.buildinfo *.build *.dsc *tar.?z
.PHONY: clean .PHONY: clean
clean: clean:
rm -rf $(CLEANFILES) rm -rf build $(PACKAGE)-[0-9]*/
rm -f *.deb *.buildinfo *.build *.dsc *.changes $(PACKAGE)*tar*
.PHONY: dinstall .PHONY: dinstall
dinstall: $(DEB) dinstall: $(DEB)