On 1/14/21 5:57 PM, Alex Bennée wrote: > GNU Global is another tags engine which is more like cscope in being > able to support finding both references and definitions. You will be > un-surprised to know it also integrates well with Emacs. > > The main benefit of integrating it into find-src-path is it takes less > time to rebuild the database from scratch when you have a lot of build > directories under your source tree. > > Signed-off-by: Alex Bennée <alex.ben...@linaro.org> > > --- > v2 > - run in SRC_PATH > - wrap in quiet-command > --- > Makefile | 14 +++++++++++++- > .gitignore | 3 +++ > 2 files changed, 16 insertions(+), 1 deletion(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@redhat.com>