mirror of
git://git.proxmox.com/git/pve-access-control.git
synced 2025-01-08 21:18:01 +03:00
buildsys: cleanup and expand clean target
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
f71246d8c4
commit
474b2ce0f8
9
Makefile
9
Makefile
@ -38,9 +38,8 @@ upload: UPLOAD_DIST ?= $(DEB_DISTRIBUTION)
|
||||
upload: $(DEB)
|
||||
tar cf - $(DEB) | ssh repoman@repo.proxmox.com -- upload --product pve --dist $(UPLOAD_DIST)
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
rm -rf $(PACKAGE)-*/ *.deb *.buildinfo *.changes $(PACKAGE)*.tar.gz *.dsc
|
||||
|
||||
.PHONY: distclean
|
||||
.PHONY: clean distclean
|
||||
distclean: clean
|
||||
clean:
|
||||
rm -rf $(PACKAGE)-[0-9]*/
|
||||
rm -f *.dsc *.deb *.buildinfo *.build *.changes $(PACKAGE)*.tar.*
|
||||
|
Loading…
Reference in New Issue
Block a user