On Tue, Jul 30, 2013 at 11:41 AM, Ben Pfaff <b...@nicira.com> wrote: > On Tue, Jul 30, 2013 at 11:10:44AM -0700, Gurucharan Shetty wrote: > > diff --git a/ovsdb/automake.mk b/ovsdb/automake.mk > > index d2e3f9a..8823ecf 100644 > > --- a/ovsdb/automake.mk > > +++ b/ovsdb/automake.mk > > @@ -92,7 +92,7 @@ $(OVSIDL_BUILT): ovsdb/ovsdb-idlc.in > > EXTRA_DIST += ovsdb/ovsdb-doc.in > > noinst_SCRIPTS += ovsdb/ovsdb-doc > > DISTCLEANFILES += ovsdb/ovsdb-doc > > -OVSDB_DOC = $(run_python) $(srcdir)/ovsdb/ovsdb-doc.in > > +OVSDB_DOC = $(run_python) $(srcdir)/ovsdb/ovsdb-doc > > I'm pretty sure that should be in the builddir now. We wouldn't > normally do that kind of transformation into the srcdir. >
I see the bug now. I am sending a V2. It works now when I set the "configure --srcdir=" to a directory other than the builddir.
_______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev