This is the mail archive of the libc-hacker@sourceware.org mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Fix version map sorting


Andreas Schwab <schwab@suse.de> writes:

> Roland McGrath <roland@redhat.com> 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  <schwab@suse.de>

	* 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."


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]