mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
patch to make realclean more clean.
git-svn-id: file:///svn/unbound/trunk@1205 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
23db41c292
commit
0720031ce0
2 changed files with 7 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue