bind9/make
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
..
.gitignore added gitignore, removed cvsignore 2012-03-03 23:10:05 -08:00
includes.in Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
Makefile.in Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
mkdep.in [master] correct copyrights and attributions 2014-01-24 09:46:00 -08:00
rules.in Alter distclean rule to prevent recursing into the same directory twice 2018-04-10 19:56:45 -07:00