BIND 10 master, updated. 464cada643779ceff4b3886aa5ccfec6605e2e92 [1392] cleanup: removed a "short term" workaround in python/isc/log/Makefile.am that warns about older library.

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Feb 23 21:47:42 UTC 2012


The branch, master has been updated
       via  464cada643779ceff4b3886aa5ccfec6605e2e92 (commit)
      from  38fdfa7720fd8e4c07aeb6aad4b7ac492d364b88 (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 464cada643779ceff4b3886aa5ccfec6605e2e92
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Thu Feb 23 13:46:15 2012 -0800

    [1392] cleanup: removed a "short term" workaround in python/isc/log/Makefile.am
    that warns about older library.

-----------------------------------------------------------------------

Summary of changes:
 src/lib/python/isc/log/Makefile.am |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/python/isc/log/Makefile.am b/src/lib/python/isc/log/Makefile.am
index 5ff2c28..b228caf 100644
--- a/src/lib/python/isc/log/Makefile.am
+++ b/src/lib/python/isc/log/Makefile.am
@@ -23,15 +23,6 @@ log_la_LIBADD += $(PYTHON_LIB)
 # This is not installed, it helps locate the module during tests
 EXTRA_DIST = __init__.py
 
-# We're going to abuse install-data-local for a pre-install check.
-# This is to be considered a short term hack and is expected to be removed
-# in a near future version.
-install-data-local:
-	if test -d @pyexecdir@/isc/log; then \
-		echo "@pyexecdir@/isc/log is deprecated, and will confuse newer versions.  Please (re)move it by hand."; \
-		exit 1; \
-	fi
-
 pytest:
 	$(SHELL) tests/log_test
 



More information about the bind10-changes mailing list