mirror of
https://git.proxmox.com/git/pve-container
synced 2025-10-04 05:11:48 +00:00
buildsys: expand clean target
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
cb3eb60686
commit
60cc27a50f
4
Makefile
4
Makefile
@ -40,8 +40,8 @@ sbuild: $(DSC)
|
|||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
$(MAKE) -C src clean
|
$(MAKE) -C src clean
|
||||||
rm -rf $(BUILDDIR) $(BUILDDIR).tmp
|
rm -rf $(PACKAGE)-[0-9]*/
|
||||||
rm -f *.deb *.changes *.build *.buildinfo *.dsc *.tar.?z
|
rm -f *.deb *.changes *.build *.buildinfo *.dsc $(PACKAGE)*.tar*
|
||||||
|
|
||||||
.PHONY: distclean
|
.PHONY: distclean
|
||||||
distclean: clean
|
distclean: clean
|
||||||
|
Loading…
Reference in New Issue
Block a user