]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add rules to make sure subdirs are always built before testdirs
authorOndřej Surý <ondrej@sury.org>
Tue, 2 Jul 2019 10:16:30 +0000 (12:16 +0200)
committerOndřej Surý <ondrej@sury.org>
Tue, 2 Jul 2019 17:41:14 +0000 (19:41 +0200)
(cherry picked from commit 723433cbc61d1a04c78355b25414e75e6b8880db)

make/rules.in

index 3bb1928d33b6f725fdb6bf4825fa0372e8e5aae1..8804a5a4b6f092176d6783f126de90eda4454907 100644 (file)
@@ -69,7 +69,7 @@ subdirs:
 #
 # Tests are built after the targets instead of before
 #
-testdirs:
+testdirs: subdirs ${TARGETS}
        @for i in ${ALL_TESTDIRS}; do \
                if [ "$$i" != "nulldir" -a -d $$i ]; then \
                        echo "making all in `pwd`/$$i"; \