datapath: Check for backported rcu_read_lock_held.
[sliver-openvswitch.git] / vswitchd / automake.mk
index abcf762..0a2c7ff 100644 (file)
@@ -102,5 +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