From e10c82a23a9fc442b314f217a027c9712ed37b3a Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Mon, 10 Aug 2015 10:21:51 +0200 Subject: 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 Reviewed-on: http://review.coreboot.org/11150 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- util/board_status/board_status.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') diff --git a/util/board_status/board_status.sh b/util/board_status/board_status.sh index 5bcbd04768..0f5627d653 100755 --- a/util/board_status/board_status.sh +++ b/util/board_status/board_status.sh @@ -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 -- cgit v1.2.3