Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752104AbZLQXkk (ORCPT ); Thu, 17 Dec 2009 18:40:40 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751257AbZLQXkg (ORCPT ); Thu, 17 Dec 2009 18:40:36 -0500 Received: from sj-iport-6.cisco.com ([171.71.176.117]:23683 "EHLO sj-iport-6.cisco.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751002AbZLQXke (ORCPT ); Thu, 17 Dec 2009 18:40:34 -0500 Authentication-Results: sj-iport-6.cisco.com; dkim=neutral (message not signed) header.i=none X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApoEAGVQKkurR7H+/2dsb2JhbAC/GJcqgjuBcgQ X-IronPort-AV: E=Sophos;i="4.47,415,1257120000"; d="scan'208";a="451733122" From: Roland Dreier To: Masami Hiramatsu Cc: "H. Peter Anvin" , 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> X-Message-Flag: Warning: May contain useful information Date: Thu, 17 Dec 2009 15:40:33 -0800 In-Reply-To: <4B2AC01E.6090509@redhat.com> (Masami Hiramatsu's message of "Thu, 17 Dec 2009 18:34:54 -0500") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-OriginalArrivalTime: 17 Dec 2009 23:40:33.0446 (UTC) FILETIME=[53537C60:01CA7F72] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 698 Lines: 20 > 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. - R. -- 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/