mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-22 09:58:09 +00:00
Revert "make: Don't generate tags/cscope for tools/ and test/"
This reverts commit 396a08eb95133ab61eedce6cc3cd960d27f7efeb. As Andrew requested he needs the symbols to be generated for all possible sources in the crtools code. Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
parent
a34057c192
commit
6bdc149642
4
Makefile
4
Makefile
@ -194,11 +194,11 @@ distclean: clean
|
||||
tags:
|
||||
$(E) " GEN" $@
|
||||
$(Q) $(RM) tags
|
||||
$(Q) $(FIND) . -name '*.[hcS]' ! -path './.*' ! -path './tools/*' ! -path './test/*' -print | xargs ctags -a
|
||||
$(Q) $(FIND) . -name '*.[hcS]' ! -path './.*' -print | xargs ctags -a
|
||||
|
||||
cscope:
|
||||
$(E) " GEN" $@
|
||||
$(Q) $(FIND) . -name '*.[hcS]' ! -path './.*' ! -path './tools/*' ! -path './test/*' -print > cscope.files
|
||||
$(Q) $(FIND) . -name '*.[hcS]' ! -path './.*' -print > cscope.files
|
||||
$(Q) $(CSCOPE) -bkqu
|
||||
|
||||
docs:
|
||||
|
Loading…
x
Reference in New Issue
Block a user