kbuild: fix up printing of Linux C Library version in scripts/ver_linux
authorJesper Juhl <jesper.juhl@gmail.com>
Fri, 20 Jul 2007 00:49:23 +0000 (02:49 +0200)
committerSam Ravnborg <sam@ravnborg.org>
Wed, 25 Jul 2007 19:14:20 +0000 (21:14 +0200)
commit4a645d5ea65baaa5736bcb566673bf4a351b2ad8
tree1dde070ef5b832bb82d282319ff397ef0826f0b5
parent8d8d8289df65cb116d2721becafb37272074f25a
kbuild: fix up printing of Linux C Library version in scripts/ver_linux

I noticed, when running scripts/ver_linux on both a Gentoo system
and a Slackware system, that the line printing the C library
version looked a little odd. So I fixed it up to be in line with
all the rest.

  Old output:
    Linux C Library        > libc.2.5
  New output:
    Linux C Library        2.5

Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
scripts/ver_linux