[pve-devel] [PATCH ha-manager] buildsys: also cleanup *.buildinfo files

Thomas Lamprecht t.lamprecht at proxmox.com
Tue Nov 7 15:29:01 CET 2017


Signed-off-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 6f77a08..9778f44 100644
--- a/Makefile
+++ b/Makefile
@@ -45,7 +45,7 @@ ${DEB}:
 .PHONY: clean
 clean:
 	make -C src clean
-	rm -rf build *.deb ${PACKAGE}-*.tar.gz *.changes 
+	rm -rf build *.deb ${PACKAGE}-*.tar.gz *.changes *.buildinfo
 	find . -name '*~' -exec rm {} ';'
 
 .PHONY: distclean
-- 
2.11.0





More information about the pve-devel mailing list