mirror of
https://git.proxmox.com/git/libxdgmime-perl
synced 2025-07-27 18:26:40 +00:00
buildsys: expand clean target
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
ef6c238d45
commit
328fafce5a
6
Makefile
6
Makefile
@ -50,12 +50,10 @@ upload: UPLOAD_DIST ?= $(DEB_DISTRIBUTION)
|
|||||||
upload: $(DEB)
|
upload: $(DEB)
|
||||||
tar cf - $(DEB) | ssh -X repoman@repo.proxmox.com -- upload --product pmg --dist $(UPLOAD_DIST)
|
tar cf - $(DEB) | ssh -X repoman@repo.proxmox.com -- upload --product pmg --dist $(UPLOAD_DIST)
|
||||||
|
|
||||||
|
|
||||||
CLEANFILES = *~ debian/*~ *.deb $(BUILDSRC) libxdgmime-perl* *.buildinfo *.build *.dsc *tar.?z
|
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
rm -rf $(CLEANFILES)
|
rm -rf build $(PACKAGE)-[0-9]*/
|
||||||
|
rm -f *.deb *.buildinfo *.build *.dsc *.changes $(PACKAGE)*tar*
|
||||||
|
|
||||||
.PHONY: dinstall
|
.PHONY: dinstall
|
||||||
dinstall: $(DEB)
|
dinstall: $(DEB)
|
||||||
|
Loading…
Reference in New Issue
Block a user