Home
last modified time | relevance | path

Searched hist:"7 f9318a022ef0e5104fd429dc2d9ac37b9916353" (Results 1 – 1 of 1) sorted by relevance

/freebsd/share/mk/
H A Dbsd.linker.mkdiff 7f9318a022ef0e5104fd429dc2d9ac37b9916353 Mon Jul 24 02:50:55 CEST 2023 Jessica Clarke <jrtc27@FreeBSD.org> bsd.linker.mk: Use :C not :S for regex

Whilst ^ and $ are supported with C, those are special cases, and
general regex syntax like groups and alternations are not. Use the
correct modifier so we get a version number out that's not 0 (which is
what happens when it can't be parsed by the later code).

Fixes: c4177f5b41d4 ("bsd.linker.mk: Handle Xcode 15 linker identification")
MFC after: 1 week