mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 15:05:23 +00:00
Add rules to make sure subdirs are always built before testdirs
This commit is contained in:
@@ -11,10 +11,6 @@ srcdir = @srcdir@
|
|||||||
VPATH = @srcdir@
|
VPATH = @srcdir@
|
||||||
top_srcdir = @top_srcdir@
|
top_srcdir = @top_srcdir@
|
||||||
|
|
||||||
# Attempt to disable parallel processing.
|
|
||||||
.NOTPARALLEL:
|
|
||||||
.NO_PARALLEL:
|
|
||||||
|
|
||||||
VERSION=@BIND9_VERSION@
|
VERSION=@BIND9_VERSION@
|
||||||
@BIND9_MAJOR@
|
@BIND9_MAJOR@
|
||||||
|
|
||||||
|
@@ -71,7 +71,7 @@ subdirs:
|
|||||||
#
|
#
|
||||||
# Tests are built after the targets instead of before
|
# Tests are built after the targets instead of before
|
||||||
#
|
#
|
||||||
testdirs:
|
testdirs: subdirs ${TARGETS}
|
||||||
@for i in ${ALL_TESTDIRS}; do \
|
@for i in ${ALL_TESTDIRS}; do \
|
||||||
if [ "$$i" != "nulldir" -a -d $$i ]; then \
|
if [ "$$i" != "nulldir" -a -d $$i ]; then \
|
||||||
echo "making all in `pwd`/$$i"; \
|
echo "making all in `pwd`/$$i"; \
|
||||||
|
Reference in New Issue
Block a user