]> git.ipfire.org Git - thirdparty/bind9.git/commit
Alter distclean rule to prevent recursing into the same directory twice
authorEvan Hunt <each@isc.org>
Fri, 6 Apr 2018 10:09:50 +0000 (12:09 +0200)
committerEvan Hunt <each@isc.org>
Wed, 11 Apr 2018 02:56:45 +0000 (19:56 -0700)
commit93ee6b8a22d1decf67db3a4a9434f51fd384d62c
tree15955cd216d119b7d2f40d772de98a920ebf722d
parent80ab2c0f220b28e20a6e7c0db0293feb692ac6ea
Alter distclean rule to prevent recursing into the same directory twice

Commit f87e0c03ee removed the "system" directory from the TESTDIRS
variable in bin/tests/Makefile.in in an attempt to fix "make distclean"
which was broken since commit 0d784de16a.  However, this change
prevented any system tests from being run when "make test" is invoked.

We now put it back into both SUBDIRS and TESTDIRS, but with a modified
rule to check for the existence of a Makefile in each subdirectory before
trying to run make there. This prevents "make distclean" from trying to
run again in a directory where it's already been run.
bin/tests/Makefile.in
make/rules.in