qemu-arm
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[kvm-unit-tests PATCH v8 03/10] Makefile: add GNU global tags support


From: Alex Bennée
Subject: [kvm-unit-tests PATCH v8 03/10] Makefile: add GNU global tags support
Date: Thu, 18 Nov 2021 18:46:43 +0000

If you have ctags you might as well offer gtags as a target.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
 Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index b80c31f..0b7c03a 100644
--- a/Makefile
+++ b/Makefile
@@ -122,6 +122,9 @@ cscope:
                -name '*.[chsS]' -exec realpath --relative-base=$(CURDIR) {} \; 
| sort -u > ./cscope.files
        cscope -bk
 
-.PHONY: tags
+.PHONY: tags gtags
 tags:
        ctags -R
+
+gtags:
+       gtags
-- 
2.30.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]