]> git.baikalelectronics.ru Git - uboot.git/commit
Makefile: Avoid non-portable GNU sed extension
authorMark Kettenis <kettenis@openbsd.org>
Thu, 5 May 2022 14:42:23 +0000 (16:42 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 7 May 2022 21:17:25 +0000 (23:17 +0200)
commit0d6ef25bf078f5574d992f23488b2aa37eff0c04
treed1d1ee99feec4f8e685283aa9bfaf8e5e608aa13
parent20d2db76f5fbe557d47c5ae33215a2f75519bcf3
Makefile: Avoid non-portable GNU sed extension

Use [:space:] instead of \s and \S in regular expression that
determines the sandbox target architecture.  Fixes the build
failure on OpenBSD introduced with commit 7b3569c68a46
("efi_loader: bootmgr: add booting from removable media").

Fixes: a990f3deb285 ("sandbox: allow cross-compiling sandbox")
Signed-off-by: Mark Kettenis <kettenis@openbsd.org>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Makefile