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:
@@ -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
|
||||
|
Reference in New Issue
Block a user