svn commit: r220491 - stable/8
Bjoern A. Zeeb
bz at FreeBSD.org
Sat Apr 9 12:42:40 UTC 2011
Author: bz
Date: Sat Apr 9 12:42:40 2011
New Revision: 220491
URL: http://svn.freebsd.org/changeset/base/220491
Log:
MFC r217735:
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]
Modified:
stable/8/Makefile (contents, props changed)
Modified: stable/8/Makefile
==============================================================================
--- stable/8/Makefile Sat Apr 9 12:38:09 2011 (r220490)
+++ stable/8/Makefile Sat Apr 9 12:42:40 2011 (r220491)
@@ -292,7 +292,7 @@ UNIVERSE_TARGET?= buildworld
KERNSRCDIR?= ${.CURDIR}/sys
.if defined(DOING_TINDERBOX)
-FAILFILE=tinderbox.failed
+FAILFILE=${.CURDIR}/_.tinderbox.failed
MAKEFAIL=tee -a ${FAILFILE}
.else
MAKEFAIL=cat
More information about the svn-src-all
mailing list