Skip to content

Commit

Permalink
* Makerules ($(common-objpfx)Versions.all): Grok new leading column in
Browse files Browse the repository at this point in the history
	soversions.i.
  • Loading branch information
Roland McGrath committed Feb 10, 2005
1 parent a078a7e commit 9d0547c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
2005-02-10 Roland McGrath <roland@redhat.com>

* Makerules ($(common-objpfx)Versions.all): Grok new leading column in
soversions.i.

* scripts/lib-names.awk: Consider [0-9].* a "number", not just [0-9]+.
Reported by H.J. Lu <hongjiu.lu@intel.com>.

Expand Down
5 changes: 3 additions & 2 deletions Makerules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 1991-2002, 2003, 2004 Free Software Foundation, Inc.
# Copyright (C) 1991-2002, 2003, 2004, 2005 Free Software Foundation, Inc.
# This file is part of the GNU C Library.

# The GNU C Library is free software; you can redistribute it and/or
Expand Down Expand Up @@ -338,7 +338,8 @@ $(common-objpfx)Versions.def.v.i: $(..)Versions.def \
$(common-objpfx)Versions.all: $(..)scripts/firstversions.awk \
$(common-objpfx)soversions.i \
$(common-objpfx)Versions.def.v
{ while read lib version setname; do \
{ while read which lib version setname; do \
test x"$$which" = xDEFAULT || continue; \
test -z "$$setname" || echo "$$lib : $$setname"; \
done < $(word 2,$^); \
cat $(word 3,$^); \
Expand Down

0 comments on commit 9d0547c

Please sign in to comment.