]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
patch to make realclean more clean.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 25 Aug 2008 06:23:21 +0000 (06:23 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 25 Aug 2008 06:23:21 +0000 (06:23 +0000)
git-svn-id: file:///svn/unbound/trunk@1205 be551aaa-1e26-0410-a405-d3ace91eadb9

Makefile.in
doc/Changelog

index a0f9cc494edfcc0db3b45b8eb65af4ec0cf18240..0e011848dca74ee92d5fe269fecfc1c565f806ae 100644 (file)
@@ -128,8 +128,9 @@ $(BUILD)%.lo:    $(srcdir)/%.c
 
 all:   $(COMMON_OBJ) unbound unbound-checkconf lib unbound-host
 
-tests: all unittest testbound lock-verify pktview signit memstats \
-       asynclook streamtcp perf delayer harvest
+TEST_BIN=asynclook delayer harvest lock-verify memstats perf pktview signit \
+       streamtcp testbound unittest
+tests: all $(TEST_BIN)
 
 test:  tests
        if test -x "`which bash`"; then bash testcode/do-tests.sh; else sh testcode/do-tests.sh; fi
@@ -235,6 +236,7 @@ realclean: clean
        rm -f config.status config.log config.h.in config.h
        rm -f configure config.sub config.guess ltmain.sh aclocal.m4 libtool
        rm -f util/configlexer.c util/configparser.c util/configparser.h
+       rm -f $(TEST_BIN)
        if test -d ldns-src; then rm -rf ldns-src; fi
        rm -f Makefile 
 
index 9966284dffff743fe026e86401da93b18b2d8c0f..a0812c0153dc9686fba335275e52f1291caf1155 100644 (file)
@@ -1,3 +1,6 @@
+25 August 2008: Wouter
+       - realclean patch from Robert Edmonds.
+
 22 August 2008: Wouter
        - nicer debuglogging of DLV.
        - test with secure delegation inside the DLV repository.