BIND 10 master, updated. 4ac27e8d2435fad4be79a75ef830e1d0b20a896a [master] Add init.pyc to CLEANFILES to make distcheck pass
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Feb 14 11:06:49 UTC 2013
The branch, master has been updated
via 4ac27e8d2435fad4be79a75ef830e1d0b20a896a (commit)
from dd0f73adac540774a6cb2c99faece4d6c4b90353 (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 4ac27e8d2435fad4be79a75ef830e1d0b20a896a
Author: Mukund Sivaraman <muks at isc.org>
Date: Thu Feb 14 16:36:32 2013 +0530
[master] Add init.pyc to CLEANFILES to make distcheck pass
-----------------------------------------------------------------------
Summary of changes:
src/bin/bind10/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/bin/bind10/Makefile.am b/src/bin/bind10/Makefile.am
index 728fc4a..b2e9f05 100644
--- a/src/bin/bind10/Makefile.am
+++ b/src/bin/bind10/Makefile.am
@@ -2,7 +2,7 @@ SUBDIRS = . tests
sbin_SCRIPTS = bind10
pkglibexec_SCRIPTS = b10-init
-CLEANFILES = b10-init b10-init.pyc
+CLEANFILES = b10-init b10-init.pyc init.pyc
CLEANFILES += $(PYTHON_LOGMSGPKG_DIR)/work/init_messages.py
CLEANFILES += $(PYTHON_LOGMSGPKG_DIR)/work/init_messages.pyc
More information about the bind10-changes
mailing list