mbox series

[v2,0/2] Makefile: A few fixes to tag generation

Message ID 20210804132328.41353-1-peterx@redhat.com
Headers show
Series Makefile: A few fixes to tag generation | expand

Message

Peter Xu Aug. 4, 2021, 1:23 p.m. UTC
I didn't squash patch 1 because they fix different things at different places
(patch 1 removes the "meson" dir warning on master branch already for gtags).
Patch 2 is the same as posted previous on the list.

Please have a look, thanks.

Peter Xu (2):
  Makefile: Fix gtags generation
  Makefile: Fix cscope issues on MacOS and soft links

 Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Comments

Peter Xu Sept. 7, 2021, 4:55 p.m. UTC | #1
On Wed, Aug 04, 2021 at 09:23:26AM -0400, Peter Xu wrote:
> I didn't squash patch 1 because they fix different things at different places
> (patch 1 removes the "meson" dir warning on master branch already for gtags).
> Patch 2 is the same as posted previous on the list.
> 
> Please have a look, thanks.
> 
> Peter Xu (2):
>   Makefile: Fix gtags generation
>   Makefile: Fix cscope issues on MacOS and soft links
> 
>  Makefile | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)

Ping - Anyone would like to pick this up?   Even on linux I still see:

cscope: cannot find file subprojects/libvhost-user/include/atomic.h

Thanks,
Peter Xu Sept. 22, 2021, 4:08 p.m. UTC | #2
On Tue, Sep 07, 2021 at 12:55:09PM -0400, Peter Xu wrote:
> On Wed, Aug 04, 2021 at 09:23:26AM -0400, Peter Xu wrote:
> > I didn't squash patch 1 because they fix different things at different places
> > (patch 1 removes the "meson" dir warning on master branch already for gtags).
> > Patch 2 is the same as posted previous on the list.
> > 
> > Please have a look, thanks.
> > 
> > Peter Xu (2):
> >   Makefile: Fix gtags generation
> >   Makefile: Fix cscope issues on MacOS and soft links
> > 
> >  Makefile | 5 +++--
> >  1 file changed, 3 insertions(+), 2 deletions(-)
> 
> Ping - Anyone would like to pick this up?   Even on linux I still see:
> 
> cscope: cannot find file subprojects/libvhost-user/include/atomic.h

Ping?
Peter Xu Oct. 15, 2021, 1:37 a.m. UTC | #3
On Wed, Aug 04, 2021 at 09:23:26AM -0400, Peter Xu wrote:
> I didn't squash patch 1 because they fix different things at different places
> (patch 1 removes the "meson" dir warning on master branch already for gtags).
> Patch 2 is the same as posted previous on the list.
> 
> Please have a look, thanks.

Ping again..  comments welcomed..
Paolo Bonzini Oct. 15, 2021, 8:33 a.m. UTC | #4
On 04/08/21 15:23, Peter Xu wrote:
> I didn't squash patch 1 because they fix different things at different places
> (patch 1 removes the "meson" dir warning on master branch already for gtags).
> Patch 2 is the same as posted previous on the list.
> 
> Please have a look, thanks.
> 
> Peter Xu (2):
>    Makefile: Fix gtags generation
>    Makefile: Fix cscope issues on MacOS and soft links
> 
>   Makefile | 5 +++--
>   1 file changed, 3 insertions(+), 2 deletions(-)
> 

Queued, thanks!

Paolo