Pino Toscano
2019-Dec-19 14:36 UTC
[Libguestfs] [PATCH] python: remove also __pycache__ directories on clean
--- python/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/Makefile.am b/python/Makefile.am index 9aca202b5..c2f57a6ba 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -159,4 +159,4 @@ CLEANFILES += \ utils.c clean-local: - rm -rf build dist + rm -rf build dist __pycache__ t/__pycache__ -- 2.24.1
Richard W.M. Jones
2020-Jan-09 13:35 UTC
Re: [Libguestfs] [PATCH] python: remove also __pycache__ directories on clean
On Thu, Dec 19, 2019 at 03:36:17PM +0100, Pino Toscano wrote:> --- > python/Makefile.am | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/python/Makefile.am b/python/Makefile.am > index 9aca202b5..c2f57a6ba 100644 > --- a/python/Makefile.am > +++ b/python/Makefile.am > @@ -159,4 +159,4 @@ CLEANFILES += \ > utils.c > > clean-local: > - rm -rf build dist > + rm -rf build dist __pycache__ t/__pycache__Obvious one, ACK. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com virt-builder quickly builds VMs from scratch http://libguestfs.org/virt-builder.1.html
Apparently Analagous Threads
- [common/libguestfs PATCH 2/2] build: use split stringlist functions from common/utils
- [common/libguestfs PATCH 0/2] Fix OCaml/Python linking
- [nbdkit PATCH] maint: Adjust cleaning rules
- [PATCH] bash: fix build/clean when srcdir==builddir
- [PATCH] build: Add common CLEANFILES and DISTCLEANFILES to common-rules.mk.