mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 10:01:15 -04:00
distclean cleanup
This commit is contained in:
parent
1d235ab5a4
commit
6e622fee16
2 changed files with 7 additions and 3 deletions
|
|
@ -23,7 +23,8 @@ SUBDIRS = tests
|
|||
PYTHON = @PYTHON@
|
||||
|
||||
PYSRCS = __init__.py dnskey.py eventlist.py keydict.py \
|
||||
keyevent.py keyzone.py
|
||||
keyevent.py keyzone.py checkds.py coverage.py \
|
||||
utils.py
|
||||
|
||||
@BIND9_MAKE_RULES@
|
||||
|
||||
|
|
@ -37,4 +38,4 @@ clean distclean::
|
|||
rm -rf __pycache__ build
|
||||
|
||||
distclean::
|
||||
rm -Rf utils.py
|
||||
rm -rf ${PYSRCS}
|
||||
|
|
|
|||
|
|
@ -30,4 +30,7 @@ check test:
|
|||
done
|
||||
|
||||
clean distclean::
|
||||
rm -f *.pyc
|
||||
rm -rf *.pyc __pycache__
|
||||
|
||||
distclean::
|
||||
rm -f dnskey_test.py
|
||||
|
|
|
|||
Loading…
Reference in a new issue