Masahiro Yamada 77a88274dc kbuild: replace LANG=C with LC_ALL=C
LANG gives a weak default to each LC_* in case it is not explicitly
defined. LC_ALL, if set, overrides all other LC_* variables.

  LANG  <  LC_CTYPE, LC_COLLATE, LC_MONETARY, LC_NUMERIC, ...  <  LC_ALL

This is why documentation such as [1] suggests to set LC_ALL in build
scripts to get the deterministic result.

LANG=C is not strong enough to override LC_* that may be set by end
users.

[1]: https://reproducible-builds.org/docs/locales/

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Acked-by: Michael Ellerman <mpe@ellerman.id.au> (powerpc)
Reviewed-by: Matthias Maennich <maennich@google.com>
Acked-by: Matthieu Baerts <matthieu.baerts@tessares.net> (mptcp)
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2021-05-02 00:43:35 +09:00
..
2021-02-12 19:23:39 -06:00
2021-03-05 12:12:28 -08:00
2021-02-26 09:41:05 -08:00
2021-05-02 00:43:34 +09:00
2021-04-29 14:32:00 -07:00
2020-12-08 23:30:04 +09:00
2021-04-28 15:50:24 -07:00
2021-02-01 10:37:19 +09:00
2021-04-29 14:24:39 -07:00
2021-04-26 08:38:10 -07:00
2020-10-22 13:13:57 -07:00
2021-04-08 16:04:20 -07:00
2021-02-26 09:41:05 -08:00
2021-05-02 00:43:35 +09:00
2020-12-08 23:30:04 +09:00
2021-03-28 14:41:49 +02:00
2020-12-08 23:30:04 +09:00
2021-05-02 00:43:35 +09:00