From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13993 invoked by alias); 9 Jan 2009 21:15:41 -0000 Received: (qmail 13985 invoked by uid 22791); 9 Jan 2009 21:15:41 -0000 X-SWARE-Spam-Status: No, hits=-3.0 required=5.0 tests=AWL,BAYES_00,KAM_MX X-Spam-Check-By: sourceware.org Received: from cantor2.suse.de (HELO mx2.suse.de) (195.135.220.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 09 Jan 2009 21:15:29 +0000 Received: from Relay2.suse.de (mail2.suse.de [195.135.221.8]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx2.suse.de (Postfix) with ESMTP id 2A6D0473B2 for ; Fri, 9 Jan 2009 22:15:27 +0100 (CET) From: Andreas Schwab To: gdb-patches@sourceware.org Subject: Fix invalid locale X-Yow: Quick, sing me the BUDAPEST NATIONAL ANTHEM!! Date: Fri, 09 Jan 2009 21:15:00 -0000 Message-ID: User-Agent: Gnus/5.110009 (No Gnus v0.9) Emacs/22.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-01/txt/msg00211.txt.bz2 With bash 4.0 you'll get a warning about the failure to set the c locale. The proper spelling of the C locale is "C". Committed as obvious. Andreas. 2009-01-09 Andreas Schwab * Makefile.in (init.c): Set LANG/LC_ALL to C, not c. --- gdb/Makefile.in.~1.1062.~ 2009-01-03 13:49:55.000000000 +0100 +++ gdb/Makefile.in 2009-01-09 22:10:23.000000000 +0100 @@ -1011,8 +1011,8 @@ init.c: $(INIT_FILES) @rm -f init.c-tmp init.l-tmp @touch init.c-tmp @echo gdbtypes > init.l-tmp - @-LANG=c ; export LANG ; \ - LC_ALL=c ; export LC_ALL ; \ + @-LANG=C ; export LANG ; \ + LC_ALL=C ; export LC_ALL ; \ echo $(INIT_FILES) | \ tr ' ' '\012' | \ sed \ -- Andreas Schwab, SuSE Labs, schwab@suse.de SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany PGP key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."