X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=vswitchd%2Fautomake.mk;h=0a2c7ff70199897edbe47a533caedbf9dfff87c1;hb=feebdea2e5550a71c7accda936b6a55962f60a04;hp=abcf76280fd2061c670d0a693078b4220dd1d096;hpb=8159b984dced44851670bd48e204b4e854941a24;p=openvswitch diff --git a/vswitchd/automake.mk b/vswitchd/automake.mk index abcf7628..0a2c7ff7 100644 --- a/vswitchd/automake.mk +++ b/vswitchd/automake.mk @@ -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