kbuild: ver_linux fix glibc version print
authorJesper Juhl <jesper.juhl@gmail.com>
Wed, 22 Aug 2007 01:11:56 +0000 (03:11 +0200)
committerSam Ravnborg <sam@neptun.(none)>
Fri, 12 Oct 2007 19:15:31 +0000 (21:15 +0200)
commit9cc3ef30346da96f3dd7f2e328e8a5ff46a37fd9
treeec2017c6453a70bb5b1635aef5a4f080c60d4fd8
parentde47062a17a236543690e0c23dfb30cb11c6e674
kbuild: ver_linux fix glibc version print

Fix ver_linux glibc version printing (for real this time)

Alexey Dobriyan reported that commit
4a645d5ea65baaa5736bcb566673bf4a351b2ad8
broke ver_linux when glibc has a 3 digit
version number, and proposed a patch.
Al Viro then suggested a simpler way to
solve the problem which I've then simply
put into patch form.

Signed-off-by: Alexey Dobriyan <adobriyan@sw.ru>
Signed-off-by: Al Viro <viro@ftp.linux.org.uk>
Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
scripts/ver_linux