]> git.proxmox.com Git - proxmox-backup.git/commitdiff
buildsys: cleanup and expand clean target
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 21 May 2023 11:56:43 +0000 (13:56 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 21 May 2023 12:55:06 +0000 (14:55 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index e8a541a34d387f55e60eae74ed1d88e7ca28f003..4929d46de4484049b8879864df294eb79b5ce42d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -132,11 +132,11 @@ clean: clean-deb
            $(MAKE) -C $(i) clean ;)
        $(CARGO) clean
        rm -f .do-cargo-build
-       find . -name '*~' -exec rm {} ';'
 
-# allows one to avoid running cargo clean when one just wants to tidy up after a packgae build
+# allows one to avoid running cargo clean when one just wants to tidy up after a package build
 clean-deb:
-       rm -rf *.deb *.dsc *.tar.gz *.buildinfo *.changes build/
+       rm -rf build/
+       rm -f *.deb *.dsc *.tar.* *.buildinfo *.build *.changes
 
 .PHONY: dinstall
 dinstall: ${SERVER_DEB} ${SERVER_DBG_DEB} ${CLIENT_DEB} ${CLIENT_DBG_DEB} \