bind9/bin
Evan Hunt 93ee6b8a22 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.
2018-04-10 19:56:45 -07:00
..
check Use dns_fixedname_initname() where possible 2018-04-09 12:14:16 +02:00
confgen libdns refactoring: get rid of multiple versions of dns_xfrin_create, dst_key_generate, dst_lib_init and dst_context_create 2018-04-06 08:04:41 +02:00
delv Use dns_fixedname_initname() where possible 2018-04-09 12:14:16 +02:00
dig Use dns_fixedname_initname() where possible 2018-04-09 12:14:16 +02:00
dnssec Use dns_fixedname_initname() where possible 2018-04-09 12:14:16 +02:00
named Rename the last occurence of dns_dt_create2. 2018-04-09 16:46:07 +02:00
nsupdate Use dns_fixedname_initname() where possible 2018-04-09 12:14:16 +02:00
pkcs11 Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
python Update documentation to remove obsolete bind9-bugs@isc.org email address 2018-03-08 13:36:49 -05:00
rndc Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
tests Alter distclean rule to prevent recursing into the same directory twice 2018-04-10 19:56:45 -07:00
tools Use dns_fixedname_initname() where possible 2018-04-09 12:14:16 +02:00
win32/BINDInstall update file headers 2018-03-15 18:33:13 -07:00
Makefile.in reduce race risk in parallel builds 2018-03-09 14:12:50 -08:00