summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBjoern A. Zeeb <bz@FreeBSD.org>2011-01-22 23:16:44 +0000
committerBjoern A. Zeeb <bz@FreeBSD.org>2011-01-22 23:16:44 +0000
commit2933a1ce67956751ce3a86f13dc73291486006f8 (patch)
tree9957f0c36dda8cf35a549a4b70763e1f526c6a2e /Makefile
parent841241fcb753c6f09536b278d77c0692576004eb (diff)
downloadsrc-test-2933a1ce67956751ce3a86f13dc73291486006f8.tar.gz
src-test-2933a1ce67956751ce3a86f13dc73291486006f8.zip
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
Notes
Notes: svn path=/head/; revision=217735
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f4c2c473693ff..b280f918a9d0b 100644
--- a/Makefile
+++ b/Makefile
@@ -305,7 +305,7 @@ targets:
.endfor
.if defined(DOING_TINDERBOX)
-FAILFILE=tinderbox.failed
+FAILFILE=${.CURDIR}/_.tinderbox.failed
MAKEFAIL=tee -a ${FAILFILE}
.else
MAKEFAIL=cat