mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
tags support
This commit is contained in:
parent
3446e5e932
commit
93593fa445
1 changed files with 6 additions and 2 deletions
|
|
@ -30,8 +30,8 @@ DISTFILES = Makefile.in README \
|
|||
|
||||
@BIND9_MAKE_RULES@
|
||||
|
||||
distclean:: FORCE
|
||||
rm -f config.cache config.h config.log config.status libtool
|
||||
distclean::
|
||||
rm -f config.cache config.h config.log config.status libtool TAGS
|
||||
|
||||
cleandir: distclean
|
||||
|
||||
|
|
@ -44,3 +44,7 @@ kit: kitclean
|
|||
|
||||
kitclean: distclean
|
||||
rm -rf bind-${VERSION}
|
||||
|
||||
tags:
|
||||
rm -f TAGS
|
||||
find lib bin/named -name "*.[ch]" -print | etags -
|
||||
|
|
|
|||
Loading…
Reference in a new issue