[ovs-dev] [PATCH ovn 1/5] Makefile: Remove duplicated -I compiler flags.

Numan Siddique numans at ovn.org
Fri Oct 23 19:24:46 UTC 2020


On Fri, Oct 23, 2020, 2:54 AM Ben Pfaff <blp at ovn.org> wrote:

> Some -I flags were duplicated under a WIN32 ifdef.  This seems to be
> a harmless mistake.  Remove them.
>
> Signed-off-by: Ben Pfaff <blp at ovn.org>
>


For the entire series
Acked-by: Numan Siddique <numans at ovn.org>


Thanks
Numan

---
>  Makefile.am | 4 ----
>  1 file changed, 4 deletions(-)
>
> diff --git a/Makefile.am b/Makefile.am
> index 3bc31090396d..221ca61be769 100644
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -22,10 +22,6 @@ AM_LDFLAGS += $(OVS_LDFLAGS)
>  AM_CPPFLAGS += -I $(top_srcdir)/include
>
>  if WIN32
> -AM_CPPFLAGS += -I $(OVS_SRCDIR)/include
> -AM_CPPFLAGS += -I $(OVS_SRCDIR)/lib
> -AM_CPPFLAGS += -I $(OVS_SRCDIR)
> -AM_CPPFLAGS += -I $(top_srcdir)/lib
>  AM_CPPFLAGS += $(PTHREAD_INCLUDES)
>  AM_CPPFLAGS += $(MSVC_CFLAGS)
>  AM_LDFLAGS += $(PTHREAD_LDFLAGS)
> --
> 2.26.2
>
> _______________________________________________
> dev mailing list
> dev at openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>
>


More information about the dev mailing list