[ovs-dev] [ovn] OVN split: Remove make "modules_install" target

Numan Siddique nusiddiq at redhat.com
Tue Jul 30 04:20:54 UTC 2019


On Tue, Jul 30, 2019 at 2:40 AM Mark Michelson <mmichels at redhat.com> wrote:

> Acked-by: Mark Michelson <mmichels at redhat.com>
>
On 7/29/19 8:59 AM, lmartins at redhat.com wrote:
> > From: Lucas Alvares Gomes <lucasagomes at gmail.com>
> >
> > This patch is removing the make "modules_install" target for the new OVN
> > repository.
> >
> > The target is not be needed for OVN (and is currently broken) becasue the
> > kernel modules should be compiled and installed using the OVS repository.
> >
> > Signed-off-by: Lucas Alvares Gomes <lucasagomes at gmail.com>
>

Thanks. I applied this to master.

Numan


> > ---
> >   Makefile.am | 5 -----
> >   1 file changed, 5 deletions(-)
> >
> > diff --git a/Makefile.am b/Makefile.am
> > index e3dea1912..2a629b425 100644
> > --- a/Makefile.am
> > +++ b/Makefile.am
> > @@ -484,11 +484,6 @@ install-data-local: $(INSTALL_DATA_LOCAL)
> >   uninstall-local: $(UNINSTALL_LOCAL)
> >   .PHONY: $(DIST_HOOKS) $(CLEAN_LOCAL) $(INSTALL_DATA_LOCAL)
> $(UNINSTALL_LOCAL)
> >
> > -modules_install:
> > -if LINUX_ENABLED
> > -     cd datapath/linux && $(MAKE) modules_install
> > -endif
> > -
> >   dist-docs:
> >       VERSION=$(VERSION) MAKE='$(MAKE)' $(srcdir)/build-aux/dist-docs
> $(srcdir) $(docs)
> >   .PHONY: dist-docs
> >
>
> _______________________________________________
> dev mailing list
> dev at openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>


More information about the dev mailing list