]> git.proxmox.com Git - proxmox-backup-meta.git/commitdiff
buildsys: expand clean target
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 12 Jun 2023 10:52:27 +0000 (12:52 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 12 Jun 2023 10:53:29 +0000 (12:53 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index 9dcfbf3a7fc827a31e3c5777c405b0ce5e70fc5e..b5d7ce937a972e2c3280de5725b6541c8e448c21 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -43,5 +43,7 @@ sbuild: $(DSC)
 upload: $(DEBS)
        tar cf - $(DEBS)|ssh -X repoman@repo.proxmox.com -- upload --product pbs --dist $(DIST) --arch $(ARCH)
 
+.PHONY: clean
 clean:
-       rm -rf $(BUILD_DIR) *.deb *.buildinfo *.changes
+       rm -rf -- $(PACKAGE)-[0-9]*/
+       rm -f $(PACKAGE)*.tar* *.deb *.buildinfo *.changes *.build *.dsc