Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760832AbZLQGRc (ORCPT ); Thu, 17 Dec 2009 01:17:32 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754793AbZLQGR2 (ORCPT ); Thu, 17 Dec 2009 01:17:28 -0500 Received: from sj-iport-5.cisco.com ([171.68.10.87]:39444 "EHLO sj-iport-5.cisco.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752636AbZLQGR1 (ORCPT ); Thu, 17 Dec 2009 01:17:27 -0500 Authentication-Results: sj-iport-5.cisco.com; dkim=neutral (message not signed) header.i=none X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AuoEAG9bKUurRN+K/2dsb2JhbACcUqIFlwuELQQ X-IronPort-AV: E=Sophos;i="4.47,410,1257120000"; d="scan'208";a="121083775" From: Roland Dreier To: "H. Peter Anvin" Cc: Sam Ravnborg , Michal Marek , Masami Hiramatsu , Andrew Isaacson , Ingo Molnar , x86@kernel.org, linux-kernel@vger.kernel.org, linux-kbuild@vger.kernel.org, Rob Landley Subject: Re: CONFIG_KPROBES=y build requires gawk References: <20091216235617.GA12267@hexapodia.org> <4B29A686.9070603@redhat.com> <4B29BA13.7020502@redhat.com> <20091217054524.GA3931@merkur.ravnborg.org> <4B29C81E.2000704@zytor.com> X-Message-Flag: Warning: May contain useful information Date: Wed, 16 Dec 2009 22:17:26 -0800 In-Reply-To: <4B29C81E.2000704@zytor.com> (H. Peter Anvin's message of "Wed, 16 Dec 2009 21:56:46 -0800") 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 06:17:26.0331 (UTC) FILETIME=[9A7FA0B0:01CA7EE0] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 499 Lines: 15 > +# Avoid funny character set dependencies > +LC_ALL= > +LC_CTYPE=C > +LC_COLLATE=C > +LC_NUMERIC=C > +export LC_ALL LC_CTYPE LC_COLLATE LC_NUMERIC Yes, this plus my first patch (only touching the awk script, not the Makefile) make sense to me. -- 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/