Deal with another hardcoded reference to Kyuafile in the KYUAFILE == auto

case

Differential Revision: https://reviews.freebsd.org/D4406 (part of a larger diff)
Reviewed by: emaste, Evan Cramer <eccramer@gmail.com>
Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
Enji Cooper
2015-12-20 06:01:53 +00:00
parent 4a2a740e17
commit fd6f8c3710
+1 -1
View File
@@ -80,7 +80,7 @@ Kyuafile: Makefile
>>${.TARGET}.tmp >>${.TARGET}.tmp
.endfor .endfor
.for _T in ${TESTS_SUBDIRS:N.WAIT} .for _T in ${TESTS_SUBDIRS:N.WAIT}
@echo "include(\"${_T}/Kyuafile\")" >>${.TARGET}.tmp @echo "include(\"${_T}/${.TARGET}\")" >>${.TARGET}.tmp
.endfor .endfor
@mv ${.TARGET}.tmp ${.TARGET} @mv ${.TARGET}.tmp ${.TARGET}
.endif .endif