X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=vswitchd%2Fautomake.mk;h=b8ee5b3b4a8bb73701c0885aadb5b0f28ec31708;hb=16472256190e083258bfcf6a4ba4f74cb412fcd4;hp=5c8ab3c23b97151edb82fa8105c47b47e7e48972;hpb=748e066e5d23c4d6220f2d5702e3272f61bfb70c;p=openvswitch diff --git a/vswitchd/automake.mk b/vswitchd/automake.mk index 5c8ab3c2..b8ee5b3b 100644 --- a/vswitchd/automake.mk +++ b/vswitchd/automake.mk @@ -9,8 +9,6 @@ DISTCLEANFILES += \ vswitchd_ovs_vswitchd_SOURCES = \ vswitchd/bridge.c \ vswitchd/bridge.h \ - vswitchd/proc-net-compat.c \ - vswitchd/proc-net-compat.h \ vswitchd/ovs-vswitchd.c \ vswitchd/system-stats.c \ vswitchd/system-stats.h \ @@ -102,7 +100,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