summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2011-01-22 23:16:44 +0000
committerbz <bz@FreeBSD.org>2011-01-22 23:16:44 +0000
commit9eac5e09d6b3dfca6638f8b1aa34da86a232a37c (patch)
tree9957f0c36dda8cf35a549a4b70763e1f526c6a2e /Makefile
parent199e86369e48077f538859037fd039c8f0a848d1 (diff)
downloadFreeBSD-src-9eac5e09d6b3dfca6638f8b1aa34da86a232a37c.zip
FreeBSD-src-9eac5e09d6b3dfca6638f8b1aa34da86a232a37c.tar.gz
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f4c2c47..b280f91 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
OpenPOWER on IntegriCloud