From: Andre Przywara <andre.przywara@arm.com>
To: Will Deacon <will.deacon@arm.com>
Cc: kvmarm@lists.cs.columbia.edu, kvm@vger.kernel.org
Subject: [PATCH v2 3/4] Makefile: Remove echoing of kvmtools version file
Date: Fri, 1 Feb 2019 12:37:15 +0000 [thread overview]
Message-ID: <20190201123716.92901-4-andre.przywara@arm.com> (raw)
In-Reply-To: <20190201123716.92901-1-andre.przywara@arm.com>
On every build we report the kvmtool "version" number, which isn't
meaningful at all anymore.
Remove the line from the KVMTOOLS-VERSION-GEN script to drop a
pointless message.
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
---
util/KVMTOOLS-VERSION-GEN | 1 -
1 file changed, 1 deletion(-)
diff --git a/util/KVMTOOLS-VERSION-GEN b/util/KVMTOOLS-VERSION-GEN
index f0dcfdea..91ee2c2f 100755
--- a/util/KVMTOOLS-VERSION-GEN
+++ b/util/KVMTOOLS-VERSION-GEN
@@ -35,6 +35,5 @@ else
VC=unset
fi
test "$VN" = "$VC" || {
- echo >&2 "KVMTOOLS_VERSION = $VN"
echo "KVMTOOLS_VERSION = $VN" >$GVF
}
--
2.17.1
next prev parent reply other threads:[~2019-02-01 12:37 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-01 12:37 [PATCH v2 0/4] Various convenience fixes Andre Przywara
2019-02-01 12:37 ` [PATCH v2 1/4] arm: fdt: add stdout-path to /chosen node Andre Przywara
2019-02-01 12:37 ` [PATCH v2 2/4] Makefile: support -s switch Andre Przywara
2019-02-01 12:37 ` Andre Przywara [this message]
2019-02-01 12:37 ` [PATCH v2 4/4] arm: Auto-detect guest GIC type Andre Przywara
2019-02-08 16:10 ` Will Deacon
2019-02-08 16:16 ` [PATCH v2 0/4] Various convenience fixes Will Deacon
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=20190201123716.92901-4-andre.przywara@arm.com \
--to=andre.przywara@arm.com \
--cc=kvm@vger.kernel.org \
--cc=kvmarm@lists.cs.columbia.edu \
--cc=will.deacon@arm.com \
/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