summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2017-02-16 05:22:08 +0000
committerngie <ngie@FreeBSD.org>2017-02-16 05:22:08 +0000
commite12cc5315e55c22b59efcf2a1af5c171498306a7 (patch)
tree38a21bdb7f2bf39519edfd87f143af3fb2962d14
parentc24b3d03cce94f25420879d0872869ee08989f08 (diff)
downloadFreeBSD-src-e12cc5315e55c22b59efcf2a1af5c171498306a7.zip
FreeBSD-src-e12cc5315e55c22b59efcf2a1af5c171498306a7.tar.gz
Fix mismerge in r313790
Use ${.TARGET}, not Kyuafile.auto* for the fmake case This is a direct commit to ^/stable/10 Sponsored by: Dell EMC Isilon
-rw-r--r--share/mk/suite.test.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/mk/suite.test.mk b/share/mk/suite.test.mk
index 11f4911..90e1687 100644
--- a/share/mk/suite.test.mk
+++ b/share/mk/suite.test.mk
@@ -71,7 +71,7 @@ Kyuafile: Makefile
>>${.TARGET}.tmp
.else
@echo '${TEST_INTERFACE.${_T}}_test_program{name="${_T}"${_TEST_METADATA.${_T}:C/^/, /:Q:S/\\ ,/,/g:S,\\,,g}}' \
- >>Kyuafile.auto.tmp
+ >>${.TARGET}.tmp
.endif
.endfor
.for _T in ${TESTS_SUBDIRS:N.WAIT}
OpenPOWER on IntegriCloud