[flashrom] [PATCH 2/2] Set LC_ALL globally in Makefile.

Stefan Tauner stefan.tauner at alumni.tuwien.ac.at
Fri Jan 8 10:43:37 CET 2016


On Thu,  7 Jan 2016 19:22:41 +0100
Stefan Tauner <stefan.tauner at alumni.tuwien.ac.at> wrote:

> While we're at it, comment and simplify the debug_shell function as well.
> 
> Signed-off-by: Stefan Tauner <stefan.tauner at alumni.tuwien.ac.at>
> ---
>  Makefile | 11 ++++++++---
>  1 file changed, 8 insertions(+), 3 deletions(-)
> 
> diff --git a/Makefile b/Makefile
> index 757f3a8..6ddca58 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -77,8 +77,13 @@ PKG_CONFIG += --static
>  LDFLAGS += -static
>  endif
>  
> +LC_ALL=C
> +export LC_ALL
> +

Apparently this does only make LC_ALL visible in recipe commands but
not globally/in shell functions, cf.
http://stackoverflow.com/a/26518222/1905491

However, maybe we should set it here anyway? I certainly would not hurt.
-- 
Kind regards/Mit freundlichen Grüßen, Stefan Tauner




More information about the flashrom mailing list