mirror of
https://git.proxmox.com/git/librados2-perl
synced 2025-10-04 09:47:09 +00:00
buildsys: expand clean target
& drop the odd find command execution, just fix your editor to not sprinkle random files all over the (source) place. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
761ca9c4f9
commit
c2e12db6ba
3
Makefile
3
Makefile
@ -70,8 +70,7 @@ $(DSC): $(BUILDSRC)
|
|||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
rm -rf *~ build *.deb *.changes *.buildinfo *.dsc *.tar.gz
|
rm -rf $(PACKAGE)-[0-9]*/ *.deb *.changes *.buildinfo *.build *.tar.?z *.dsc
|
||||||
find . -name '*~' -exec rm {} ';'
|
|
||||||
|
|
||||||
.PHONY: distclean
|
.PHONY: distclean
|
||||||
distclean: clean
|
distclean: clean
|
||||||
|
Loading…
Reference in New Issue
Block a user