From: Ben Pfaff Date: Tue, 25 Jan 2011 20:33:56 +0000 (-0800) Subject: vswitchd: Write build error message to stderr. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03ae2ad9f922bb88c86fb1b2d42c13faad87b0a0;p=openvswitch vswitchd: Write build error message to stderr. Suggested-by: Andrew Evans --- 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