Displaying 1 result from an estimated 1 matches for "_gtags".
Did you mean:
gtags
2012 Feb 22
5
[PATCH] Add gtags target for xen/Makefile. Also update .hgignore.
...+ rm -f tags TAGS cscope.files cscope.in.out cscope.out cscope.po.out gtags.files GTAGS GPATH GRTAGS GSYMS
$(TARGET).gz: $(TARGET)
gzip -f -9 < $< > $@.new
@@ -159,6 +159,12 @@ _tags:
$(call set_exuberant_flags,ctags); \
$(all_sources) | xargs ctags $$exuberant_flags -a
+.PHONY: _gtags
+_gtags:
+ set -e; rm -f GTAGS GSYMS GPATH GRTAGS
+ $(all_sources) > gtags.files
+ gtags -f gtags.files
+
.PHONY: _cscope
_cscope:
$(all_sources) > cscope.files