reduce race risk in parallel builds

This commit is contained in:
Evan Hunt
2018-03-01 18:02:34 -08:00
parent d132f73497
commit 74347f4a55
3 changed files with 14 additions and 9 deletions

View File

@@ -39,10 +39,11 @@ TARGETS = feature-test@EXEEXT@
@BIND9_MAKE_RULES@
subdirs: ${TARGETS}
feature-test@EXEEXT@: feature-test.@O@
${LIBTOOL_MODE_LINK} ${PURIFY} ${CC} ${CFLAGS} ${LDFLAGS} -o $@ feature-test.@O@ ${ISCLIBS} ${LIBS}
# Running the scripts below is bypassed when a separate build directory is
# used.