2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 22:45:39 +00:00

distclean cleanup

This commit is contained in:
Mark Andrews
2016-06-24 13:35:47 +10:00
parent 4840ef4581
commit b709d84755
2 changed files with 9 additions and 4 deletions

View File

@@ -22,8 +22,10 @@ SUBDIRS = tests
PYTHON = @PYTHON@
PYSRCS = __init__.py dnskey.py eventlist.py keydict.py \
keyevent.py keyzone.py policy.py rndc.py
PYSRCS = __init__.py checkds.py coverage.py dnskey.py eventlist.py \
keydict.py keyevent.py keymgr.py keyseries.py keyzone.py \
policy.py rndc.py utils.py
TARGETS = parsetab.py
@BIND9_MAKE_RULES@
@@ -43,4 +45,4 @@ clean distclean::
rm -rf __pycache__ build
distclean::
rm -Rf utils.py
rm -rf ${PYSRCS}

View File

@@ -30,4 +30,7 @@ check test:
done
clean distclean::
rm -f *.pyc
rm -rf *.pyc __pycache__
distclean::
rm -f ${PYTESTS}