[ovs-git] [openvswitch/ovs] b56b25: vagrant: switch to use out of tree build

GitHub noreply at github.com
Thu Jan 8 23:01:09 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: b56b2566417dd436e768394c12b030019d2dc101
      https://github.com/openvswitch/ovs/commit/b56b2566417dd436e768394c12b030019d2dc101
  Author: Andy Zhou <azhou at nicira.com>
  Date:   2015-01-08 (Thu, 08 Jan 2015)

  Changed paths:
    M .gitignore
    M INSTALL.md
    M Makefile.am
    A Vagrantfile
    R Vagrantfile.in
    M configure.ac

  Log Message:
  -----------
  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 at nicira.com>
Acked-by: Thomas Graf <tgraf at noironetworks.com>




More information about the git mailing list