mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
build: clean up __pycache__ directories
These are generated indirectly by certain uses of python in the build.
This commit is contained in:
parent
14e05a3eee
commit
b21747e0c3
2 changed files with 3 additions and 0 deletions
|
@ -34,6 +34,7 @@ CLEAN += $(patsubst %,$(dir)/ruby/%, \
|
||||||
CLEAN += bindings/ruby/.vendorarchdir.time $(dir)/ruby.stamp
|
CLEAN += bindings/ruby/.vendorarchdir.time $(dir)/ruby.stamp
|
||||||
|
|
||||||
CLEAN += bindings/python-cffi/build $(dir)/python-cffi.stamp
|
CLEAN += bindings/python-cffi/build $(dir)/python-cffi.stamp
|
||||||
|
CLEAN += bindings/python-cffi/__pycache__
|
||||||
|
|
||||||
DISTCLEAN += bindings/python-cffi/_notmuch_config.py
|
DISTCLEAN += bindings/python-cffi/_notmuch_config.py
|
||||||
|
|
||||||
|
|
|
@ -159,3 +159,5 @@ $(dir)/config.dox: version.stamp
|
||||||
CLEAN := $(CLEAN) $(DOCBUILDDIR) $(DOCBUILDDIR)/.roff.stamp $(DOCBUILDDIR)/.texi.stamp
|
CLEAN := $(CLEAN) $(DOCBUILDDIR) $(DOCBUILDDIR)/.roff.stamp $(DOCBUILDDIR)/.texi.stamp
|
||||||
CLEAN := $(CLEAN) $(DOCBUILDDIR)/.html.stamp $(DOCBUILDDIR)/.info.stamp
|
CLEAN := $(CLEAN) $(DOCBUILDDIR)/.html.stamp $(DOCBUILDDIR)/.info.stamp
|
||||||
CLEAN := $(CLEAN) $(MAN_GZIP_FILES) $(MAN_ROFF_FILES) $(dir)/conf.pyc $(dir)/config.dox
|
CLEAN := $(CLEAN) $(MAN_GZIP_FILES) $(MAN_ROFF_FILES) $(dir)/conf.pyc $(dir)/config.dox
|
||||||
|
|
||||||
|
CLEAN := $(CLEAN) $(dir)/__pycache__
|
||||||
|
|
Loading…
Reference in a new issue