commit | 8fa76c90da26cced15b0cca84b6342ec1fb6dbf6 | [log] [tgz] |
---|---|---|
author | Mark Kettenis <kettenis@openbsd.org> | Thu May 05 16:42:23 2022 +0200 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat May 07 23:17:25 2022 +0200 |
tree | d1d1ee99feec4f8e685283aa9bfaf8e5e608aa13 | |
parent | 45e1446515d35abd6f21e6d9cb4e3b6b7fcb7ae3 [diff] |
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 4e65ca00f3a3 ("efi_loader: bootmgr: add booting from removable media"). Fixes: f7691a6d736b ("sandbox: allow cross-compiling sandbox") Signed-off-by: Mark Kettenis <kettenis@openbsd.org> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>