Make make tinderbox work with MAKEOBJDIRPREFIX set (or in possibly other

combinations) by forcing FAILFILE into .CURDIR as we do for all other
universe output files. [1]  Similarly make FAILFILE start with "_." as well.

Reviewed by:	silence-on-src [1]
MFC after:	6 days
This commit is contained in:
Bjoern A. Zeeb 2011-01-22 23:16:44 +00:00
parent 841241fcb7
commit 2933a1ce67
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=217735

View file

@ -305,7 +305,7 @@ targets:
.endfor
.if defined(DOING_TINDERBOX)
FAILFILE=tinderbox.failed
FAILFILE=${.CURDIR}/_.tinderbox.failed
MAKEFAIL=tee -a ${FAILFILE}
.else
MAKEFAIL=cat