clean testdir's as well

This commit is contained in:
Mark Andrews 2012-08-17 16:05:49 +10:00
parent 8bc478c05f
commit 734b0a4b9f

View file

@ -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; \