Skip to content

Commit

Permalink
vswitchd: Write build error message to stderr.
Browse files Browse the repository at this point in the history
Suggested-by: Andrew Evans <[email protected]>
  • Loading branch information
blp committed Jan 25, 2011
1 parent 748e066 commit 03ae2ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vswitchd/automake.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 03ae2ad

Please sign in to comment.