mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
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
This commit is contained in:
parent
841241fcb7
commit
2933a1ce67
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue