mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-26 16:47:31 -04:00
Merge branch 'ondrej/fix-freebsd-make' into 'master'
Add rules to make sure subdirs are always built before testdirs See merge request isc-projects/bind9!2116
This commit is contained in:
commit
4ae2713640
2 changed files with 1 additions and 5 deletions
|
|
@ -11,10 +11,6 @@ srcdir = @srcdir@
|
|||
VPATH = @srcdir@
|
||||
top_srcdir = @top_srcdir@
|
||||
|
||||
# Attempt to disable parallel processing.
|
||||
.NOTPARALLEL:
|
||||
.NO_PARALLEL:
|
||||
|
||||
VERSION=@BIND9_VERSION@
|
||||
@BIND9_MAJOR@
|
||||
|
||||
|
|
|
|||
|
|
@ -71,7 +71,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"; \
|
||||
|
|
|
|||
Loading…
Reference in a new issue