[svn] commit: r1761 - in /branches/trac153/src/bin: bind10/Makefile.am msgq/Makefile.am xfrin/Makefile.am xfrout/Makefile.am

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Apr 20 22:41:57 UTC 2010


Author: jreed
Date: Tue Apr 20 22:41:57 2010
New Revision: 1761

Log:
Add some python compiled generated .pyc files to CLEANFILES.
These were created when running some python unit tests.

Modified:
    branches/trac153/src/bin/bind10/Makefile.am
    branches/trac153/src/bin/msgq/Makefile.am
    branches/trac153/src/bin/xfrin/Makefile.am
    branches/trac153/src/bin/xfrout/Makefile.am

Modified: branches/trac153/src/bin/bind10/Makefile.am
==============================================================================
--- branches/trac153/src/bin/bind10/Makefile.am (original)
+++ branches/trac153/src/bin/bind10/Makefile.am Tue Apr 20 22:41:57 2010
@@ -1,7 +1,7 @@
 SUBDIRS = tests
 
 sbin_SCRIPTS = bind10
-CLEANFILES = bind10
+CLEANFILES = bind10 bind10.pyc
 
 pkglibexecdir = $(libexecdir)/@PACKAGE@
 

Modified: branches/trac153/src/bin/msgq/Makefile.am
==============================================================================
--- branches/trac153/src/bin/msgq/Makefile.am (original)
+++ branches/trac153/src/bin/msgq/Makefile.am Tue Apr 20 22:41:57 2010
@@ -4,7 +4,7 @@
  
 pkglibexec_SCRIPTS = b10-msgq
 
-CLEANFILES = msgq
+CLEANFILES = b10-msgq msgq.pyc
 
 man_MANS = b10-msgq.8
 EXTRA_DIST = $(man_MANS) msgq.xml

Modified: branches/trac153/src/bin/xfrin/Makefile.am
==============================================================================
--- branches/trac153/src/bin/xfrin/Makefile.am (original)
+++ branches/trac153/src/bin/xfrin/Makefile.am Tue Apr 20 22:41:57 2010
@@ -7,7 +7,7 @@
 b10_xfrindir = $(DESTDIR)$(pkgdatadir)
 b10_xfrin_DATA = xfrin.spec
 
-CLEANFILES = b10-xfrin xfrin.spec
+CLEANFILES = b10-xfrin xfrin.pyc xfrin.spec
 
 man_MANS = b10-xfrin.8
 EXTRA_DIST = $(man_MANS) b10-xfrin.xml

Modified: branches/trac153/src/bin/xfrout/Makefile.am
==============================================================================
--- branches/trac153/src/bin/xfrout/Makefile.am (original)
+++ branches/trac153/src/bin/xfrout/Makefile.am Tue Apr 20 22:41:57 2010
@@ -7,7 +7,7 @@
 b10_xfroutdir = $(DESTDIR)$(pkgdatadir)
 b10_xfrout_DATA = xfrout.spec
 
-CLEANFILES=	b10-xfrout xfrout.spec
+CLEANFILES=	b10-xfrout xfrout.pyc xfrout.spec
 
 xfrout.spec: xfrout.spec.pre
 	$(SED) -e "s|@@LOCALSTATEDIR@@|$(localstatedir)|" xfrout.spec.pre >$@




More information about the bind10-changes mailing list