Re: [PATCH] Makefile: Avoid non-portable GNU sed extension

2022-05-05 Thread Heinrich Schuchardt
Am 5. Mai 2022 18:58:48 MESZ schrieb Mark Kettenis : >> Date: Thu, 5 May 2022 16:55:24 +0200 >> From: Heinrich Schuchardt >> >> On 5/5/22 16:42, Mark Kettenis wrote: >> > Use [:space:] instead of \s and \S in regular expression that >> > determines the sandbox target architecture. Fixes the b

Re: [PATCH] Makefile: Avoid non-portable GNU sed extension

2022-05-05 Thread Mark Kettenis
> Date: Thu, 5 May 2022 16:55:24 +0200 > From: Heinrich Schuchardt > > On 5/5/22 16:42, Mark Kettenis wrote: > > 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 4e65ca00f3a

Re: [PATCH] Makefile: Avoid non-portable GNU sed extension

2022-05-05 Thread Heinrich Schuchardt
On 5/5/22 16:42, Mark Kettenis wrote: 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: f7691a6d73 ("s

[PATCH] Makefile: Avoid non-portable GNU sed extension

2022-05-05 Thread Mark Kettenis
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: f7691a6d73 ("sandbox: allow cross-compiling sandbox")