aboutsummaryrefslogtreecommitdiff
path: root/vswitchd/automake.mk
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2011-01-25 12:33:56 -0800
committerBen Pfaff <blp@nicira.com>2011-01-25 12:33:56 -0800
commit03ae2ad9f922bb88c86fb1b2d42c13faad87b0a0 (patch)
tree57d3de9c4862b02a279519d3a2afc0739313883c /vswitchd/automake.mk
parent748e066e5d23c4d6220f2d5702e3272f61bfb70c (diff)
vswitchd: Write build error message to stderr.
Suggested-by: Andrew Evans <aevans@nicira.com>
Diffstat (limited to 'vswitchd/automake.mk')
-rw-r--r--vswitchd/automake.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/vswitchd/automake.mk b/vswitchd/automake.mk
index 5c8ab3c2..0a2c7ff7 100644
--- a/vswitchd/automake.mk
+++ b/vswitchd/automake.mk
@@ -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