projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
748e066
)
vswitchd: Write build error message to stderr.
author
Ben Pfaff
<blp@nicira.com>
Tue, 25 Jan 2011 20:33:56 +0000
(12:33 -0800)
committer
Ben Pfaff
<blp@nicira.com>
Tue, 25 Jan 2011 20:33:56 +0000
(12:33 -0800)
Suggested-by: Andrew Evans <aevans@nicira.com>
vswitchd/automake.mk
patch
|
blob
|
history
diff --git
a/vswitchd/automake.mk
b/vswitchd/automake.mk
index 5c8ab3c23b97151edb82fa8105c47b47e7e48972..0a2c7ff70199897edbe47a533caedbf9dfff87c1 100644
(file)
--- 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