From: Adrian Bunk <bunk@stusta.de>
To: linux-kernel@vger.kernel.org
Subject: [2.6 patch] adapt scripts/ver_linux to new util-linux version strings
Date: Sat, 20 Aug 2005 05:58:53 +0200 [thread overview]
Message-ID: <20050820035853.GM3615@stusta.de> (raw)
Signed-off-by: Adrian Bunk <bunk@stusta.de>
--- linux-2.6.13-rc6-mm1-full/scripts/ver_linux.old 2005-08-20 05:54:50.000000000 +0200
+++ linux-2.6.13-rc6-mm1-full/scripts/ver_linux 2005-08-20 05:55:36.000000000 +0200
@@ -25,9 +25,11 @@
'/BFD/{print "binutils ",$NF} \
/^GNU/{print "binutils ",$4}'
-fdformat --version | awk -F\- '{print "util-linux ", $NF}'
+fdformat --version | awk '{print "util-linux ", $NF}' \
+| awk -F\) '{print $1}'
-mount --version | awk -F\- '{print "mount ", $NF}'
+mount --version | awk '{print "mount ", $NF}' | \
+awk -F\) '{print $1}'
depmod -V 2>&1 | awk 'NR==1 {print "module-init-tools ",$NF}'
next reply other threads:[~2005-08-20 3:59 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-08-20 3:58 Adrian Bunk [this message]
2005-08-20 5:55 ` [2.6 patch] adapt scripts/ver_linux to new util-linux version strings Alexey Dobriyan
2005-08-20 19:02 ` Adrian Bunk
2005-08-21 9:26 ` [PATCH] Adapt " Alexey Dobriyan
2005-08-21 15:29 ` Adrian Bunk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20050820035853.GM3615@stusta.de \
--to=bunk@stusta.de \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox