mirror of
https://github.com/openvswitch/ovs
synced 2025-09-01 14:55:18 +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 $@; \
|
touch $@; \
|
||||||
else \
|
else \
|
||||||
ln=`sed -n '/"cksum":/=' $?`; \
|
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; \
|
exit 1; \
|
||||||
fi
|
fi
|
||||||
CLEANFILES += vswitchd/vswitch.ovsschema.stamp
|
CLEANFILES += vswitchd/vswitch.ovsschema.stamp
|
||||||
|
Reference in New Issue
Block a user