Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751644AbZLQXy1 (ORCPT ); Thu, 17 Dec 2009 18:54:27 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751163AbZLQXyZ (ORCPT ); Thu, 17 Dec 2009 18:54:25 -0500 Received: from mx1.redhat.com ([209.132.183.28]:60008 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750850AbZLQXyY (ORCPT ); Thu, 17 Dec 2009 18:54:24 -0500 Message-ID: <4B2AC4B4.8050806@redhat.com> Date: Thu, 17 Dec 2009 18:54:28 -0500 From: Masami Hiramatsu User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.4pre) Gecko/20091014 Fedora/3.0-2.8.b4.fc11 Thunderbird/3.0b4 MIME-Version: 1.0 To: "H. Peter Anvin" CC: Roland Dreier , Sam Ravnborg , mingo@redhat.com, linux-kernel@vger.kernel.org, mmarek@suse.cz, tglx@linutronix.de, linux-tip-commits@vger.kernel.org Subject: Re: [tip:x86/urgent] Makefile: set LC_CTYPE, LC_COLLATE, LC_NUMERIC to C References: <4B2A1761.4070904@suse.cz> <20091217220951.GB4236@merkur.ravnborg.org> <4B2AB07D.5010007@zytor.com> <4B2AC01E.6090509@redhat.com> <4B2AC25E.5050009@redhat.com> <4B2AC2E9.50401@zytor.com> In-Reply-To: <4B2AC2E9.50401@zytor.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1262 Lines: 48 H. Peter Anvin wrote: > On 12/17/2009 03:44 PM, Masami Hiramatsu wrote: >> Roland Dreier wrote: >>> >>> > btw, something went wrong with it... >>> >>> > make[3]: `scripts/unifdef' ??????? >>> >>> > when I ran with LC_ALL=C, it shows message correctly. >>> >>> > make[3]: `scripts/unifdef' is up to date. >>> >>> Do you have LANG and/or LC_MESSAGES set? LC_ALL will override all other >>> locale settings, so hpa explicitly unset it so that the other LC_xxx >>> variables will be used. But it means your environment's LC_MESSAGES (or >>> LANG if LC_MESSAGES is not set) will be used. >> >> Actually, I haven't touched it (I just installed Fedora11). >> And I think most of users don't set it too. >> > > Fedora will typically set LANG. Do: > > printenv | egrep '^(LANG|LC_)' > > ... to verify. Ah, yes. it sets the LANG. $ env | grep LANG LANG=ja_JP.UTF-8 Thanks, -- Masami Hiramatsu Software Engineer Hitachi Computer Products (America), Inc. Software Solutions Division e-mail: mhiramat@redhat.com -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/