]> git.ipfire.org Git - thirdparty/qemu.git/commit - Makefile
Makefile: add GNU global tags support
authorAlex Bennée <alex.bennee@linaro.org>
Thu, 14 Jan 2021 16:57:20 +0000 (16:57 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 18 Jan 2021 10:04:31 +0000 (10:04 +0000)
commitb8a322549b9842a9628e25eff31dbc706b182d7c
tree62bc8377bed0e8a26f1be641cd3ab131dee3d4b0
parent8714e811a5a0f863d5596a10ee0d5086828fb3da
Makefile: add GNU global tags support

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.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20210114165730.31607-3-alex.bennee@linaro.org>
.gitignore
Makefile