ovs-sandbox: assign default value to ${MAKE}
authorqhjindev <qhjin_dev@163.com>
Thu, 31 Dec 2015 13:19:10 +0000 (21:19 +0800)
committerRussell Bryant <russell@ovn.org>
Mon, 4 Jan 2016 13:35:11 +0000 (08:35 -0500)
commit211d89b285da78dad9229bfa2479f9eaa829d9c9
tree8b6458534ded29395919c2dfbff80ddd155853ca
parentd79fc5f421235a9f6eba592988e0499e3ae77d07
ovs-sandbox: assign default value  to ${MAKE}

When run ovs-sandbox directly from the tutorial directory (the second method
in Tutorial.md), the following result show up:

$ ./ovs-sandbox -b /media/sda6/network/ovs/build
./ovs-sandbox: line 304: install-man: command not found

The reason is that ${MAKE} is not set in the situation.

So change ${MAKE} to ${MAKE-make} to resolve the issue.

GitHub-PR: #104
Signed-off-by: Qinghua Jin <qhjin_dev@163.com>
Signed-off-by: Russell Bryant <russell@ovn.org>
tutorial/ovs-sandbox