BIND 10 master, updated. a1eced2feb4cb3025ef27c436d219985cbf3b3d2 [master] added some .pyc to CLEANFILES

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Feb 22 20:29:07 UTC 2013


The branch, master has been updated
       via  a1eced2feb4cb3025ef27c436d219985cbf3b3d2 (commit)
      from  4df19b60af5ade5f1705fbb76a90fbca0e6b7fba (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 a1eced2feb4cb3025ef27c436d219985cbf3b3d2
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Fri Feb 22 20:28:39 2013 +0000

    [master] added some .pyc to CLEANFILES
    
    will fix distcheck failure on some platforms.  okayed on jabber

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

Summary of changes:
 src/lib/python/isc/cc/cc_generated/Makefile.am |    1 +
 1 file changed, 1 insertion(+)

-----------------------------------------------------------------------
diff --git a/src/lib/python/isc/cc/cc_generated/Makefile.am b/src/lib/python/isc/cc/cc_generated/Makefile.am
index 97ec953..87e49c1 100644
--- a/src/lib/python/isc/cc/cc_generated/Makefile.am
+++ b/src/lib/python/isc/cc/cc_generated/Makefile.am
@@ -25,6 +25,7 @@ pythondir = $(pyexecdir)/isc/cc
 CLEANDIRS = __pycache__
 
 CLEANFILES = proto_defs.py __init__.py
+CLEANFILES += proto_defs.pyc __init__.pyc
 
 clean-local:
 	rm -rf $(CLEANDIRS)



More information about the bind10-changes mailing list