]> git.proxmox.com Git - dab.git/commitdiff
buildsys: improve make clean
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 23 May 2019 15:51:58 +0000 (17:51 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 23 May 2019 15:51:58 +0000 (17:51 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index 6b66230248c8e7588a31e132a29f8d6ce2e37c7e..cfc47e68568bad43f5b52539ac04a284680abca3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -81,7 +81,7 @@ dab.1: dab.1.pod
 
 .PHONY: clean
 clean:
-       rm -rf ${BUILDDIR} *.deb *.dsc dab_*.tar.gz dab.1 dab.1.pod dab.pdf *.tmp *.changes *.buildinfo *~
+       rm -rf ${PACKAGE}-*/ *.deb *.dsc dab_*.tar.gz dab.1 dab.1.pod dab.pdf *.tmp *.changes *.buildinfo *~
 
 .PHONY: distclean
 distclean: clean