Re: [ovs-dev] [PATCH] docs: Always build ovs-vswitchd.conf.db.5 in srcdir.

2011-11-11 Thread Ben Pfaff
Thanks, I pushed this. On Fri, Nov 11, 2011 at 10:54:45AM -0800, Ansis Atteka wrote: > Works for me. Thanks! > > On Tue, Nov 8, 2011 at 12:13 PM, Ben Pfaff wrote: > > > Otherwise we build it in the build directory by default, which breaks the > > Debian package build (unless we're working from

Re: [ovs-dev] [PATCH] docs: Always build ovs-vswitchd.conf.db.5 in srcdir.

2011-11-11 Thread Ansis Atteka
Works for me. Thanks! On Tue, Nov 8, 2011 at 12:13 PM, Ben Pfaff wrote: > Otherwise we build it in the build directory by default, which breaks the > Debian package build (unless we're working from a "make dist" created > tarball since that has ovs-vswitchd.conf.db.5 in the srcdir as part of > t

[ovs-dev] [PATCH] docs: Always build ovs-vswitchd.conf.db.5 in srcdir.

2011-11-08 Thread Ben Pfaff
Otherwise we build it in the build directory by default, which breaks the Debian package build (unless we're working from a "make dist" created tarball since that has ovs-vswitchd.conf.db.5 in the srcdir as part of the distribution). Reported-by: Ansis Atteka --- vswitchd/automake.mk |2 +-