board_status: create temporary directory in coreboot tree

Otherwise there may be a filesystem boundary that breaks make oldconfig.

Change-Id: I1eb55bcabc3e1b834d54f3da9fadfc352f0c4a65
Signed-off-by: Patrick Georgi <patrick@georgi-clan.de>
Reviewed-on: http://review.coreboot.org/11150
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
Patrick Georgi 2015-08-10 10:21:51 +02:00 committed by Patrick Georgi
parent 496cdc3626
commit e10c82a23a
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ fi
# Results will be placed in a temporary location until we're ready to upload.
# If the user does not wish to upload, results will remain in /tmp.
tmpdir=$(mktemp -d --tmpdir coreboot_board_status.XXXXXXXX)
tmpdir=$(mktemp -d coreboot_board_status.XXXXXXXX)
cbfstool_cmd="build/cbfstool"
if test ! -x build/cbfstool; then