Fix version map sorting

Andreas Schwab schwab@suse.de
Thu Jan 22 09:47:00 GMT 2009


Roland McGrath <roland@redhat.com> writes:

> @@ -794,7 +794,8 @@
>  # listing both its input files, and any header files that it may reference
>  # (but no commands).
>  %.v.i: $(common-objpfx)config.h
> -	sed '/^[ 	]*#/d;s/^[ 	]*%/#/' $(filter-out FORCE %.h,$^) \
> +	sed 's/#.*$$//;s//^[ 	]*$$/d;s/^[ 	]*%/#/' \
+	sed 's/#.*$$//;/^[ 	]*$$/d;s/^[ 	]*%/#/' \

Andreas.

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



More information about the Libc-hacker mailing list