Makefile: Skip the meson subdir in cscope/TAGS/ctags
commitc857f9050cff9eb02ff05e901152dc1570f798bd
authorGreg Kurz <groug@kaod.org>
Thu, 3 Sep 2020 19:47:55 +0000 (3 21:47 +0200)
committerLaurent Vivier <laurent@vivier.eu>
Thu, 10 Sep 2020 14:20:49 +0000 (10 16:20 +0200)
treedb1b2a015ccbe9b2b62261048395859ae790c366
parent8dc746b2ae247a20ad4672704d24872f15fcb24f
Makefile: Skip the meson subdir in cscope/TAGS/ctags

If the meson submodule is present, we don't really want to index its
source code. Consolidate the find command in a single place and use
it for cscope, ctags and etags. Note that this now causes ctags and
etags to also index assembly files, but this is okay since they both
have been supporting assembly since 2001 at least.

Signed-off-by: Greg Kurz <groug@kaod.org>
Acked-by: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <159916247553.691541.10480293747685886851.stgit@bahia.lan>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Makefile