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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user