bind9/bin
Evan Hunt a6cbac45eb 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.

(cherry picked from commit 93ee6b8a22)
2018-04-10 20:04:31 -07:00
..
check Use dns_fixedname_initname() where possible 2018-04-10 13:09:24 -07:00
confgen Update license headers to not include years in copyright in all applicable files 2018-02-23 10:38:02 +01:00
delv Use dns_fixedname_initname() where possible 2018-04-10 13:09:24 -07:00
dig Use dns_fixedname_initname() where possible 2018-04-10 13:09:24 -07:00
dnssec Use dns_fixedname_initname() where possible 2018-04-10 13:09:24 -07:00
named Use dns_fixedname_initname() where possible 2018-04-10 13:09:24 -07:00
nsupdate Use dns_fixedname_initname() where possible 2018-04-10 13:09:24 -07:00
pkcs11 Update license headers to not include years in copyright in all applicable files 2018-02-23 10:38:02 +01:00
python Update documentation to remove obsolete bind9-bugs@isc.org email address 2018-03-08 10:39:36 -08:00
rndc Update license headers to not include years in copyright in all applicable files 2018-02-23 10:38:02 +01:00
tests Alter distclean rule to prevent recursing into the same directory twice 2018-04-10 20:04:31 -07:00
tools Use dns_fixedname_initname() where possible 2018-04-10 13:09:24 -07:00
win32/BINDInstall update file headers 2018-03-15 18:40:21 -07:00
Makefile.in reduce race risk in parallel builds 2018-03-09 14:40:10 -08:00