summaryrefslogtreecommitdiff
path: root/doc/develop/bootstd/extlinux.rst
diff options
context:
space:
mode:
authorMark Kettenis <[email protected]>2024-11-26 20:12:14 +0100
committerTom Rini <[email protected]>2024-11-30 11:57:08 -0600
commit57b6fb7eb1f8fc4e80418006db0611e4c365623b (patch)
treed20138f0fd5d4b816f9bc8fe9789b1963dd8a88d /doc/develop/bootstd/extlinux.rst
parenta37064cb2e482739908e76d6a53914301c8bb8ee (diff)
Makefile: avoid non-standard sed expressions
The '?' that is used in the sed expression that determines MK_ARCH is part of the extended regular expression syntax, but the default behaviour of sed as specified by POSIX is to use only basic regular expression syntax. Use the equivalent '\{0,1\}' instead as suggested by the OpenBSD re_format(7) man page. Fixes: 04b1d84221d5 ("Makefile: fix empty MK_ARCH when using ccache") Signed-off-by: Mark Kettenis <[email protected]> Reviewed-by: Marek Vasut <[email protected]> Tested-by: Quentin Schulz <[email protected]>
Diffstat (limited to 'doc/develop/bootstd/extlinux.rst')
0 files changed, 0 insertions, 0 deletions