Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261154AbTINNhw (ORCPT ); Sun, 14 Sep 2003 09:37:52 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261157AbTINNhw (ORCPT ); Sun, 14 Sep 2003 09:37:52 -0400 Received: from hueytecuilhuitl.mtu.ru ([195.34.32.123]:60422 "EHLO hueymiccailhuitl.mtu.ru") by vger.kernel.org with ESMTP id S261154AbTINNhv (ORCPT ); Sun, 14 Sep 2003 09:37:51 -0400 From: Andrey Borzenkov To: Alex Riesen , linux-kernel Subject: Re: 2.6.0-test5-mm1 Date: Sun, 14 Sep 2003 12:46:01 +0400 User-Agent: KMail/1.5 Cc: Andrew Morton References: <20030913091306.GA3658@steel.home> In-Reply-To: <20030913091306.GA3658@steel.home> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200309141246.01341.arvidjaar@mail.ru> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 908 Lines: 21 On Saturday 13 September 2003 13:13, Alex Riesen wrote: > > really-use-english-date-in-version-string.patch > > really use english date in version string > > - echo \#define LINUX_COMPILE_TIME \"`LANG=C date +%T`\" > + echo \#define LINUX_COMPILE_TIME \"`LC_ALL=C LANG=C date +%T`\" > > LC_ALL overrides everything, so LANG is not needed anymore. Should be: > > + echo \#define LINUX_COMPILE_TIME \"`LC_ALL=C date +%T`\" I need to set three! variables to make man display manpage in english not in russian. I have no idea which variables all versions of date out there respect and which one wins. If you are sure LC_ALL is enough for everyone - so be it. - 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/