From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18411 invoked by alias); 22 Jan 2009 13:01:58 -0000 Received: (qmail 17760 invoked by uid 22791); 22 Jan 2009 13:01:53 -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; Thu, 22 Jan 2009 13:01:48 +0000 Received: from Relay1.suse.de (relay-ext.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 EC1CC47B09; Thu, 22 Jan 2009 14:01:45 +0100 (CET) From: Andreas Schwab To: Roland McGrath Cc: libc-hacker@sourceware.org Subject: Re: Fix version map sorting References: <20090122025201.6FC88FC3C7@magilla.sf.frob.com> <20090122094940.02F6CFC3E2@magilla.sf.frob.com> X-Yow: I'm encased in the lining of a pure pork sausage!! Date: Thu, 22 Jan 2009 13:01:00 -0000 In-Reply-To: (Andreas Schwab's message of "Thu, 22 Jan 2009 11:28:10 +0100") 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 Mailing-List: contact libc-hacker-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sourceware.org X-SW-Source: 2009-01/txt/msg00009.txt.bz2 Andreas Schwab writes: > Roland McGrath writes: > >>> > + sed 's/#.*$$//;s//^[ ]*$$/d;s/^[ ]*%/#/' \ >>> + sed 's/#.*$$//;/^[ ]*$$/d;s/^[ ]*%/#/' \ >> >> Oops, thanks. Do you mean that with that it does work fine without your >> other patch? > > Yes. But not the change you just committed. Andreas. 2009-01-22 Andreas Schwab * Makeconfig (%.v.i): Fix typo. Index: Makeconfig =================================================================== RCS file: /cvs/glibc/libc/Makeconfig,v retrieving revision 1.328 diff -u -a -p -u -p -a -r1.328 Makeconfig --- Makeconfig 22 Jan 2009 11:25:16 -0000 1.328 +++ Makeconfig 22 Jan 2009 13:00:11 -0000 @@ -794,7 +794,7 @@ ifeq (yes, $(build-shared)) # listing both its input files, and any header files that it may reference # (but no commands). %.v.i: $(common-objpfx)config.h - sed 's/#.*$$//;//^[ ]*$$/d;s/^[ ]*%/#/' \ + sed 's/#.*$$//;/^[ ]*$$/d;s/^[ ]*%/#/' \ $(filter-out FORCE %.h,$^) \ | $(CC) -E -undef $(CPPFLAGS) -x assembler-with-cpp - \ > $@T -- 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."