xenserver: Merge upstream changes and drop pre-5.6.100 support.
[openvswitch] / vswitchd / automake.mk
index 87963fa94ae903069fc75f7d16eec63f4a282278..0a2c7ff70199897edbe47a533caedbf9dfff87c1 100644 (file)
@@ -102,6 +102,7 @@ vswitchd/vswitch.ovsschema.stamp: vswitchd/vswitch.ovsschema
          touch $@; \
        else \
          ln=`sed -n '/"cksum":/=' $?`; \
-         echo "$?:$$ln: checksum \"$$sum\" does not match (you should probably update the version number and fix the checksum)"; \
+         echo >&2 "$?:$$ln: checksum \"$$sum\" does not match (you should probably update the version number and fix the checksum)"; \
+         exit 1; \
        fi
 CLEANFILES += vswitchd/vswitch.ovsschema.stamp