diff mbox series

[ovs-dev] build: Fix broken check-lcov target.

Message ID 1600121050-16870-1-git-send-email-dceara@redhat.com
State Accepted
Headers show
Series [ovs-dev] build: Fix broken check-lcov target. | expand

Commit Message

Dumitru Ceara Sept. 14, 2020, 10:04 p.m. UTC
Without this, the following fails:

$ make check-lcov
[...]
Cannot open source file lib/dirs.c.in
[...]
make: *** [check-lcov] Error 2

CC: Ilya Maximets <i.maximets@ovn.org>
Signed-off-by: Dumitru Ceara <dceara@redhat.com>
---
 lib/ovn-dirs.c.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Mark Gray Sept. 16, 2020, 11:43 a.m. UTC | #1
On 14/09/2020 23:04, Dumitru Ceara wrote:
> Without this, the following fails:
> 
> $ make check-lcov
> [...]
> Cannot open source file lib/dirs.c.in
> [...]
> make: *** [check-lcov] Error 2
> 
> CC: Ilya Maximets <i.maximets@ovn.org>
> Signed-off-by: Dumitru Ceara <dceara@redhat.com>
> ---
>  lib/ovn-dirs.c.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/lib/ovn-dirs.c.in b/lib/ovn-dirs.c.in
> index 7ed1e30..49cfb4a 100644
> --- a/lib/ovn-dirs.c.in
> +++ b/lib/ovn-dirs.c.in
> @@ -1,4 +1,4 @@
> -#line 2 "@srcdir@/lib/dirs.c.in"
> +#line 2 "@srcdir@/lib/ovn-dirs.c.in"
>  /*
>   * Copyright (c) 2019
>   *
> 

This works for me.

Acked-by: Mark Gray <mark.d.gray@redhat.com>

Thanks,

Mark
Numan Siddique Sept. 17, 2020, 10:25 a.m. UTC | #2
On Wed, Sep 16, 2020 at 5:13 PM Mark Gray <mark.d.gray@redhat.com> wrote:

> On 14/09/2020 23:04, Dumitru Ceara wrote:
> > Without this, the following fails:
> >
> > $ make check-lcov
> > [...]
> > Cannot open source file lib/dirs.c.in
> > [...]
> > make: *** [check-lcov] Error 2
> >
> > CC: Ilya Maximets <i.maximets@ovn.org>
> > Signed-off-by: Dumitru Ceara <dceara@redhat.com>
> > ---
> >  lib/ovn-dirs.c.in | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/lib/ovn-dirs.c.in b/lib/ovn-dirs.c.in
> > index 7ed1e30..49cfb4a 100644
> > --- a/lib/ovn-dirs.c.in
> > +++ b/lib/ovn-dirs.c.in
> > @@ -1,4 +1,4 @@
> > -#line 2 "@srcdir@/lib/dirs.c.in"
> > +#line 2 "@srcdir@/lib/ovn-dirs.c.in"
> >  /*
> >   * Copyright (c) 2019
> >   *
> >
>
> This works for me.
>
> Acked-by: Mark Gray <mark.d.gray@redhat.com>
>

Thanks Dumitru and Mark. I applied this patch to master.

Numan


>
> Thanks,
>
> Mark
>
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>
>
diff mbox series

Patch

diff --git a/lib/ovn-dirs.c.in b/lib/ovn-dirs.c.in
index 7ed1e30..49cfb4a 100644
--- a/lib/ovn-dirs.c.in
+++ b/lib/ovn-dirs.c.in
@@ -1,4 +1,4 @@ 
-#line 2 "@srcdir@/lib/dirs.c.in"
+#line 2 "@srcdir@/lib/ovn-dirs.c.in"
 /*
  * Copyright (c) 2019
  *