commit | 4a645d5ea65baaa5736bcb566673bf4a351b2ad8 | [log] [tgz] |
---|---|---|
author | Jesper Juhl <jesper.juhl@gmail.com> | Fri Jul 20 02:49:23 2007 +0200 |
committer | Sam Ravnborg <sam@ravnborg.org> | Wed Jul 25 21:14:20 2007 +0200 |
tree | 1dde070ef5b832bb82d282319ff397ef0826f0b5 | |
parent | 8d8d8289df65cb116d2721becafb37272074f25a [diff] |
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>