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@xxxxxxx> --- 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