]> git.proxmox.com Git - pve-installer.git/commitdiff
buildsys: better clean
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 25 May 2021 10:28:17 +0000 (12:28 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 25 May 2021 17:49:39 +0000 (19:49 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index b88bf5da6f4bef589c9527db15b5c850a945c9f5..7d49de71a33b648071a725edf74f22f519ac6d93 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -84,5 +84,6 @@ check-pbs: prepare-check-env test.img
 clean:
        umount -Rd testdir || true
        make -C html-common clean
-       rm -rf *~ *.deb target build packages packages.tmp testdir test*.img pve-final.pkglist *.buildinfo *.changes country.dat final.pkglist
+       rm -rf *~ *.deb target build packages packages.tmp testdir test*.img pve-final.pkglist \
+         *.buildinfo *.changes country.dat final.pkglist cd-info.test
        find . -name '*~' -exec rm {} ';'