mirror of
https://git.proxmox.com/git/proxmox-mailgateway
synced 2025-04-30 11:57:21 +00:00
buildsys: safer clean target
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
1f11c55787
commit
eb45cd58e1
4
Makefile
4
Makefile
@ -46,5 +46,5 @@ upload: $(DEBS)
|
|||||||
tar cf - $(DEBS)|ssh -X repoman@repo.proxmox.com -- upload --product pmg --dist $(UPLOAD_DIST)
|
tar cf - $(DEBS)|ssh -X repoman@repo.proxmox.com -- upload --product pmg --dist $(UPLOAD_DIST)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf $(PACKAGE)-[0-9]*/ $(PACKAGE)*.tar.* *.deb *.dsc *build *.buildinfo *.changes
|
rm -rf $(PACKAGE)-[0-9]*/
|
||||||
find . -name '*~' -exec rm {} ';'
|
rm -f $(PACKAGE)*.tar.* *.deb *.dsc *build *.buildinfo *.changes
|
||||||
|
Loading…
Reference in New Issue
Block a user