From: Lucas Alvares Gomes <[email protected]> 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 <[email protected]> --- 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 -- 2.22.0 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
