On Tue, Mar 19, 2013 at 12:22:31PM -0700, Ben Pfaff wrote:
> From: Damien Millescamps <damien.millesca...@6wind.com>
> 
> This patch fixes a build error when OVS is built from a
> read-only repository.

lib/ofp-errors.inc is a distributed file, so it has to be in the
source directory rather than the build directory.  If you use a
read-only source directory then you should ensure that you don't
modify any files that could make it necessary to update
lib/ofp-errors.inc.

lib/ofp-errors.inc has to be a distributed file so that the build
process doesn't require Python if you work from a distribution
tarball.

If I run:
   make dist
   tar xzf openvswitch-1.10.90.tar.gz
   cd openvswitch-1.10.90
   ./configure
   make lib/ofp-errors.inc
then nothing happens, since lib/ofp-errors.inc is up to date.
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to