BIND 10 master, updated. a8486dda670bf22c27c7cb2ee95b84cc53c1fc08 [master] add some pyo (python optimized files) to CLEANFILES
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Mar 27 18:57:44 UTC 2012
The branch, master has been updated
via a8486dda670bf22c27c7cb2ee95b84cc53c1fc08 (commit)
from 59464e665cd90e476e6c45843151ab6209a8517d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit a8486dda670bf22c27c7cb2ee95b84cc53c1fc08
Author: Jeremy C. Reed <jreed at ISC.org>
Date: Tue Mar 27 13:55:49 2012 -0500
[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.
-----------------------------------------------------------------------
Summary of changes:
src/bin/dbutil/Makefile.am | 1 +
src/lib/python/Makefile.am | 2 +-
src/lib/python/isc/config/Makefile.am | 1 +
src/lib/python/isc/log_messages/work/Makefile.am | 2 +-
4 files changed, 4 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/dbutil/Makefile.am b/src/bin/dbutil/Makefile.am
index f328cb0..e05055f 100644
--- a/src/bin/dbutil/Makefile.am
+++ b/src/bin/dbutil/Makefile.am
@@ -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
diff --git a/src/lib/python/Makefile.am b/src/lib/python/Makefile.am
index 893bb8c..e3ae4b5 100644
--- a/src/lib/python/Makefile.am
+++ b/src/lib/python/Makefile.am
@@ -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:
diff --git a/src/lib/python/isc/config/Makefile.am b/src/lib/python/isc/config/Makefile.am
index ef696fb..cda8b57 100644
--- a/src/lib/python/isc/config/Makefile.am
+++ b/src/lib/python/isc/config/Makefile.am
@@ -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__
diff --git a/src/lib/python/isc/log_messages/work/Makefile.am b/src/lib/python/isc/log_messages/work/Makefile.am
index 9bc5e0f..ad5ee0c 100644
--- a/src/lib/python/isc/log_messages/work/Makefile.am
+++ b/src/lib/python/isc/log_messages/work/Makefile.am
@@ -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:
More information about the bind10-changes
mailing list