Home
last modified time | relevance | path

Searched hist:c7b594f5 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/scripts/
H A Dmkcompile_hc7b594f5 Sat Aug 27 21:39:55 CDT 2022 Masahiro Yamada <masahiroy@kernel.org> scripts/mkcompile_h: move LC_ALL=C to '$LD -v'

Minimize the scope of LC_ALL=C like before commit 87c94bfb8ad3 ("kbuild:
override build timestamp & version").

Give LC_ALL=C to '$LD -v' to get the consistent version output, as commit
bcbcf50f5218 ("kbuild: fix ld-version.sh to not be affected by locale")
mentioned the LD version is affected by locale.

While I was here, I merged two sed invocations.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>