aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre Przywara <andre.przywara@arm.com>2019-01-25 18:07:59 +0000
committerWill Deacon <will.deacon@arm.com>2019-02-01 10:35:44 +0000
commiteb41dfc9d8e5a27e09bfbec9c01aab7f33033f3f (patch)
tree5adb70b386bbb8274563afc23bd2938be86197dc
parent93e9e2d6a8b31c63896aa287d3b3314195017249 (diff)
downloadkvmtool-eb41dfc9d8e5a27e09bfbec9c01aab7f33033f3f.tar.gz
Makefile: Remove echoing of kvmtools version file
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> Signed-off-by: Will Deacon <will.deacon@arm.com>
-rwxr-xr-xutil/KVMTOOLS-VERSION-GEN1
1 files changed, 0 insertions, 1 deletions
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
}