BIND 10 trac2980, updated. 3430cf9ae922d5af87fef9ca4c202db482f29391 [2980] Ensure "make clean" deletes files created during testing

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Jul 10 08:55:15 UTC 2013


The branch, trac2980 has been updated
       via  3430cf9ae922d5af87fef9ca4c202db482f29391 (commit)
      from  016c6b97353dd57158d1da0f574912f2823e74e1 (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 3430cf9ae922d5af87fef9ca4c202db482f29391
Author: Stephen Morris <stephen at isc.org>
Date:   Wed Jul 10 09:54:10 2013 +0100

    [2980] Ensure "make clean" deletes files created during testing
    
    This change added in response to a "make distcheck" failute on one
    of the build systems.

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

Summary of changes:
 src/lib/hooks/tests/Makefile.am |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/src/lib/hooks/tests/Makefile.am b/src/lib/hooks/tests/Makefile.am
index cc01aab..37fe238 100644
--- a/src/lib/hooks/tests/Makefile.am
+++ b/src/lib/hooks/tests/Makefile.am
@@ -14,7 +14,8 @@ if USE_CLANGPP
 AM_CXXFLAGS += -Wno-unused-parameter
 endif
 
-CLEANFILES = *.gcno *.gcda
+# Files to clean include the file created by testing.
+CLEANFILES = *.gcno *.gcda $(builddir)/marker_file.dat
 
 TESTS_ENVIRONMENT = \
 	$(LIBTOOL) --mode=execute $(VALGRIND_COMMAND)



More information about the bind10-changes mailing list