From 2933a1ce67956751ce3a86f13dc73291486006f8 Mon Sep 17 00:00:00 2001 From: "Bjoern A. Zeeb" Date: Sat, 22 Jan 2011 23:16:44 +0000 Subject: 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3