Re: [ovs-dev] [PATCH] datapath: Fix build failure related to missing vlan.h

2016-03-14 Thread pravin shelar
On Mon, Mar 14, 2016 at 12:39 PM, Jesse Gross wrote: > On Mon, Mar 14, 2016 at 11:18 AM, Pravin B Shelar wrote: >> ---8<--- >> make[1]: Entering directory `/home/travis/build/openvswitch/ovs/datapath' >> make[1]: *** No rule to make target `vlan.h', needed by `distdir'. Stop. >> make[1]: Leaving

Re: [ovs-dev] [PATCH] datapath: Fix build failure related to missing vlan.h

2016-03-14 Thread Jesse Gross
On Mon, Mar 14, 2016 at 11:18 AM, Pravin B Shelar wrote: > ---8<--- > make[1]: Entering directory `/home/travis/build/openvswitch/ovs/datapath' > make[1]: *** No rule to make target `vlan.h', needed by `distdir'. Stop. > make[1]: Leaving directory `/home/travis/build/openvswitch/ovs/datapath' > m

[ovs-dev] [PATCH] datapath: Fix build failure related to missing vlan.h

2016-03-14 Thread Pravin B Shelar
---8<--- make[1]: Entering directory `/home/travis/build/openvswitch/ovs/datapath' make[1]: *** No rule to make target `vlan.h', needed by `distdir'. Stop. make[1]: Leaving directory `/home/travis/build/openvswitch/ovs/datapath' make: *** [distdir] Error 1 cat: */_build/tests/testsuite.log: No suc