search for: _cscope

Displaying 2 results from an estimated 2 matches for "_cscope".

Did you mean: cscope
2012 Feb 22
5
[PATCH] Add gtags target for xen/Makefile. Also update .hgignore.
...(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
2006 Sep 21
0
[PATCH] Clean up and enhance "make tags"
...TAGS; \ + $(call set_exuberant_flags,etags); \ + $(all_sources) | xargs etags $$exuberant_flags -a .PHONY: _tags _tags: - rm -f TAGS && $(all_sources) | xargs ctags -a + rm -f tags; \ + $(call set_exuberant_flags,ctags); \ + $(all_sources) | xargs ctags $$exuberant_flags -a .PHONY: _cscope _cscope: _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel