2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-30 22:05:19 +00:00

vswitchd: Write build error message to stderr.

Suggested-by: Andrew Evans <aevans@nicira.com>
This commit is contained in:
Ben Pfaff
2011-01-25 12:33:56 -08:00
parent 748e066e5d
commit 03ae2ad9f9

View File

@@ -102,7 +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