From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from terminus.zytor.com ([198.137.202.10]:50899 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750781Ab0AIAIM (ORCPT ); Fri, 8 Jan 2010 19:08:12 -0500 Message-ID: <4B47C8C7.1010507@zytor.com> Date: Fri, 08 Jan 2010 16:07:35 -0800 From: "H. Peter Anvin" MIME-Version: 1.0 Subject: Re: [PATCH] Makefile: do not override LC_CTYPE References: <20100108115745.GA14758@sepie.suse.cz> <1262952988-16563-1-git-send-email-mmarek@suse.cz> <20100109000008.GB2319@verge.net.au> In-Reply-To: <20100109000008.GB2319@verge.net.au> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Simon Horman Cc: Michal Marek , Masami Hiramatsu , Roland Dreier , Sam Ravnborg , Sergei Trofimovich , linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org, linux-sh@vger.kernel.org On 01/08/2010 04:00 PM, Simon Horman wrote: > > Personally I think it would be much better to set the locale explicitly > as needed, where needed, such as the LC_ALL=C sledgehammer that you > have inserted into arch/sh/tools. Or at a slightly higher level, > offer an awk-wrapper, as it seems to be the main (only?) cause of concern. > awk, sed, shell scripts, etc. all have the same problem. -hpa From mboxrd@z Thu Jan 1 00:00:00 1970 From: "H. Peter Anvin" Date: Sat, 09 Jan 2010 00:07:35 +0000 Subject: Re: [PATCH] Makefile: do not override LC_CTYPE Message-Id: <4B47C8C7.1010507@zytor.com> List-Id: References: <20100108115745.GA14758@sepie.suse.cz> <1262952988-16563-1-git-send-email-mmarek@suse.cz> <20100109000008.GB2319@verge.net.au> In-Reply-To: <20100109000008.GB2319@verge.net.au> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Simon Horman Cc: Michal Marek , Masami Hiramatsu , Roland Dreier , Sam Ravnborg , Sergei Trofimovich , linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org, linux-sh@vger.kernel.org On 01/08/2010 04:00 PM, Simon Horman wrote: > > Personally I think it would be much better to set the locale explicitly > as needed, where needed, such as the LC_ALL=C sledgehammer that you > have inserted into arch/sh/tools. Or at a slightly higher level, > offer an awk-wrapper, as it seems to be the main (only?) cause of concern. > awk, sed, shell scripts, etc. all have the same problem. -hpa