bind9/make
Evan Hunt 0e2b568b69 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:05:59 -07:00
..
.gitignore created 2012-03-03 23:25:21 -08:00
includes.in update file headers 2018-03-15 11:30:37 -07:00
Makefile.in update file headers 2018-03-15 11:30:37 -07:00
mkdep.in [v9_9] correct copyrights and attributions 2014-01-24 09:51:53 -08:00
rules.in Alter distclean rule to prevent recursing into the same directory twice 2018-04-10 20:05:59 -07:00