BIND 10 master, updated. 807d78bb19ec4df52474e91831c4b670c76db043 [master] Add a README describing __init__.py.in
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Sep 17 12:39:30 UTC 2013
The branch, master has been updated
via 807d78bb19ec4df52474e91831c4b670c76db043 (commit)
from e4fe1a798cb7d56561c992662d84a2be46af8ae3 (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 807d78bb19ec4df52474e91831c4b670c76db043
Author: Mukund Sivaraman <muks at isc.org>
Date: Tue Sep 17 17:44:22 2013 +0530
[master] Add a README describing __init__.py.in
-----------------------------------------------------------------------
Summary of changes:
src/lib/python/isc/log_messages/work/Makefile.am | 2 ++
src/lib/python/isc/log_messages/work/README | 5 +++++
2 files changed, 7 insertions(+)
create mode 100644 src/lib/python/isc/log_messages/work/README
-----------------------------------------------------------------------
diff --git a/src/lib/python/isc/log_messages/work/Makefile.am b/src/lib/python/isc/log_messages/work/Makefile.am
index ad5ee0c..b49ce69 100644
--- a/src/lib/python/isc/log_messages/work/Makefile.am
+++ b/src/lib/python/isc/log_messages/work/Makefile.am
@@ -8,5 +8,7 @@ pythondir = $(pyexecdir)/isc/log_messages/
CLEANFILES = __init__.pyc __init__.pyo
CLEANDIRS = __pycache__
+EXTRA_DIST = README
+
clean-local:
rm -rf $(CLEANDIRS)
diff --git a/src/lib/python/isc/log_messages/work/README b/src/lib/python/isc/log_messages/work/README
new file mode 100644
index 0000000..37b4534
--- /dev/null
+++ b/src/lib/python/isc/log_messages/work/README
@@ -0,0 +1,5 @@
+The __init__.py.in in this directory is meant to be processed by
+configure so that the generated __init__.py ends up in the builddir, and
+not the srcdir. This is because Python associates a module with a
+directory, and you can't have portions of the module in two separate
+directories.
More information about the bind10-changes
mailing list