mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-15 08:37:51 -05:00
make clean nicer
git-svn-id: file:///svn/unbound/trunk@1361 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
2b6c544f69
commit
59e74885b7
2 changed files with 2 additions and 1 deletions
|
|
@ -241,7 +241,7 @@ util/configparser.c util/configparser.h: $(srcdir)/util/configparser.y
|
|||
|
||||
clean:
|
||||
rm -f *.o *.d *.lo *~ tags
|
||||
rm -f unbound unbound-checkconf unbound-host
|
||||
rm -f unbound unbound-checkconf unbound-host unbound-control unbound-control-setup libunbound.la
|
||||
rm -rf autom4te.cache .libs build doc/html
|
||||
|
||||
realclean: clean
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
- removed cast in unit test debug print that was not 64bit safe.
|
||||
- trunk back to 1.1.0; copied to tags 1.1.0 release.
|
||||
- trunk to has version number 1.1.1 again.
|
||||
- in 1.1.1; make clean nicer.
|
||||
|
||||
17 November 2008: Wouter
|
||||
- theoretical fix for problems reported on mailing list.
|
||||
|
|
|
|||
Loading…
Reference in a new issue