From: Mark Andrews Date: Fri, 17 Aug 2012 06:05:49 +0000 (+1000) Subject: clean testdir's as well X-Git-Tag: v9.7.7rc1~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6341df1178318db0999f09752b1b784a7551afad;p=thirdparty%2Fbind9.git clean testdir's as well --- diff --git a/make/rules.in b/make/rules.in index b952bdb9b00..cd4cf4f79e5 100644 --- a/make/rules.in +++ b/make/rules.in @@ -88,7 +88,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; \