]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
clean testdir's as well
authorMark Andrews <marka@isc.org>
Fri, 17 Aug 2012 06:05:49 +0000 (16:05 +1000)
committerMark Andrews <marka@isc.org>
Fri, 17 Aug 2012 06:06:15 +0000 (16:06 +1000)
make/rules.in

index b952bdb9b007837c7060d3ef3d69b0703aa0f9c8..cd4cf4f79e5e76535c47f148a9e907d36559cdda 100644 (file)
@@ -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; \