mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-30 13:37:55 +00:00
[master] add some pyo (python optimized files) to CLEANFILES
This is to fix the distclean target to fix the reported distcheck failures. These pyo files were generated by running the dbutil for tests.
This commit is contained in:
parent
59464e665c
commit
a8486dda67
@ -13,6 +13,7 @@ noinst_SCRIPTS = run_dbutil.sh
|
||||
CLEANFILES = b10-dbutil b10-dbutil.pyc
|
||||
CLEANFILES += $(PYTHON_LOGMSGPKG_DIR)/work/dbutil_messages.py
|
||||
CLEANFILES += $(PYTHON_LOGMSGPKG_DIR)/work/dbutil_messages.pyc
|
||||
CLEANFILES += $(PYTHON_LOGMSGPKG_DIR)/work/dbutil_messages.pyo
|
||||
|
||||
if ENABLE_MAN
|
||||
|
||||
|
@ -3,7 +3,7 @@ SUBDIRS = isc
|
||||
nodist_python_PYTHON = bind10_config.py
|
||||
pythondir = $(pyexecdir)
|
||||
|
||||
CLEANFILES = bind10_config.pyc
|
||||
CLEANFILES = bind10_config.pyc bind10_config.pyo
|
||||
CLEANDIRS = __pycache__
|
||||
|
||||
clean-local:
|
||||
|
@ -13,6 +13,7 @@ CLEANFILES = $(PYTHON_LOGMSGPKG_DIR)/work/cfgmgr_messages.py
|
||||
CLEANFILES += $(PYTHON_LOGMSGPKG_DIR)/work/cfgmgr_messages.pyc
|
||||
CLEANFILES += $(PYTHON_LOGMSGPKG_DIR)/work/config_messages.py
|
||||
CLEANFILES += $(PYTHON_LOGMSGPKG_DIR)/work/config_messages.pyc
|
||||
CLEANFILES += $(PYTHON_LOGMSGPKG_DIR)/work/config_messages.pyo
|
||||
|
||||
CLEANDIRS = __pycache__
|
||||
|
||||
|
@ -5,7 +5,7 @@ python_PYTHON = __init__.py
|
||||
|
||||
pythondir = $(pyexecdir)/isc/log_messages/
|
||||
|
||||
CLEANFILES = __init__.pyc
|
||||
CLEANFILES = __init__.pyc __init__.pyo
|
||||
CLEANDIRS = __pycache__
|
||||
|
||||
clean-local:
|
||||
|
Loading…
x
Reference in New Issue
Block a user