vagrant: switch to use out of tree build
authorAndy Zhou <azhou@nicira.com>
Thu, 8 Jan 2015 03:42:41 +0000 (19:42 -0800)
committerAndy Zhou <azhou@nicira.com>
Thu, 8 Jan 2015 23:36:39 +0000 (15:36 -0800)
commitb56b2566417dd436e768394c12b030019d2dc101
treecc5cb437be148dc71f8f4255bfa8944572888959
parentd5460484c3708d048270f8601d64e8f1a573b357
vagrant: switch to use out of tree build

Vagrant shared folder, at least on the default virtual box, does not
support the creation of the socket files. If one were to build OVS
under /vagrant, 'make check' would not work.

Out of tree builds can be used to work around this issue.
See Install.md for instructions.

Since out of tree builds requires a clean source tree, Vagrantfile can
not be a generated file. This commit removes Vagrantfile.in, commit
Vagrantfile instead.

Signed-off-by: Andy Zhou <azhou@nicira.com>
Acked-by: Thomas Graf <tgraf@noironetworks.com>
.gitignore
INSTALL.md
Makefile.am
Vagrantfile [new file with mode: 0644]
Vagrantfile.in [deleted file]
configure.ac