]> git.proxmox.com Git - lxc.git/commitdiff
buildsys: expand clean target
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 5 May 2023 08:26:26 +0000 (10:26 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 5 May 2023 10:17:07 +0000 (12:17 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index d3e200de8f8556db52015f5fdf102ff3ff053cea..6a87716c18cf46ff55930fed6820602c8f176b05 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -57,7 +57,7 @@ distclean: clean
 
 .PHONY: clean
 clean:
-       rm -rf $(BUILDSRC) *.deb  *.dsc *.tar.gz *.changes *.dsc *.buildinfo
+       rm -rf $(BUILDSRC) $(PACKAGE)-[0-9]*/ $(ORIG_SRC_TAR) *.deb *.dsc $(PACKAGE)*.debian.tar.[gx]z *.changes *.dsc *.buildinfo *.build
 
 .PHONY: dinstall
 dinstall: $(DEBS)