mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 14:02:05 -04:00
clean testdir's as well
This commit is contained in:
parent
8bc478c05f
commit
734b0a4b9f
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ testdirs:
|
|||
install:: all
|
||||
|
||||
install clean distclean maintainer-clean doc docclean man manclean::
|
||||
@for i in ${ALL_SUBDIRS}; do \
|
||||
@for i in ${ALL_SUBDIRS} ${ALL_TESTDIRS}; do \
|
||||
if [ "$$i" != "nulldir" -a -d $$i ]; then \
|
||||
echo "making $@ in `pwd`/$$i"; \
|
||||
(cd $$i; ${MAKE} ${MAKEDEFS} DESTDIR="${DESTDIR}" $@) || exit 1; \
|
||||
|
|
|
|||
Loading…
Reference in a new issue