Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262101AbTIMJNM (ORCPT ); Sat, 13 Sep 2003 05:13:12 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262103AbTIMJNM (ORCPT ); Sat, 13 Sep 2003 05:13:12 -0400 Received: from smtp.mailix.net ([216.148.213.132]:21391 "EHLO smtp.mailix.net") by vger.kernel.org with ESMTP id S262101AbTIMJNK (ORCPT ); Sat, 13 Sep 2003 05:13:10 -0400 Date: Sat, 13 Sep 2003 11:13:06 +0200 From: Alex Riesen To: linux-kernel Cc: Andrew Morton , Andrey Borzenkov Subject: Re: 2.6.0-test5-mm1 Message-ID: <20030913091306.GA3658@steel.home> Reply-To: Alex Riesen Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030908235028.7dbd321b.akpm@osdl.org> User-Agent: Mutt/1.5.4i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 599 Lines: 15 > 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`\" - 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/