Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Jan 2011 23:16:44 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r217735 - head
Message-ID:  <201101222316.p0MNGi91007801@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bz
Date: Sat Jan 22 23:16:44 2011
New Revision: 217735
URL: http://svn.freebsd.org/changeset/base/217735

Log:
  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

Modified:
  head/Makefile

Modified: head/Makefile
==============================================================================
--- head/Makefile	Sat Jan 22 23:10:58 2011	(r217734)
+++ head/Makefile	Sat Jan 22 23:16:44 2011	(r217735)
@@ -305,7 +305,7 @@ targets:
 .endfor
 
 .if defined(DOING_TINDERBOX)
-FAILFILE=tinderbox.failed
+FAILFILE=${.CURDIR}/_.tinderbox.failed
 MAKEFAIL=tee -a ${FAILFILE}
 .else
 MAKEFAIL=cat



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101222316.p0MNGi91007801>