mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-22 09:58:09 +00:00
build: generate emacs tags file and clean tags
Signed-off-by: Laurent Dufour <ldufour@linux.vnet.ibm.com> Acked-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
This commit is contained in:
parent
581c3f1145
commit
99ada64a72
5
Makefile
5
Makefile
@ -142,6 +142,8 @@ PHONY += clean-built
|
||||
|
||||
clean: clean-built
|
||||
$(call msg-clean, criu)
|
||||
$(Q) $(RM) cscope.*
|
||||
$(Q) $(RM) tags TAGS
|
||||
PHONY += clean
|
||||
|
||||
#
|
||||
@ -173,7 +175,8 @@ dist tar: criu-$(tar-name).tar.bz2
|
||||
tags:
|
||||
$(call msg-gen, $@)
|
||||
$(Q) $(RM) tags
|
||||
$(Q) $(FIND) . -name '*.[hcS]' ! -path './.*' ! -path './test/*' -print | xargs ctags -a
|
||||
$(Q) $(FIND) . -name '*.[hcS]' ! -path './.*' ! -path './test/*' -print | xargs $(CTAGS) -a
|
||||
$(Q) $(FIND) . -name '*.[hcS]' ! -path './.*' ! -path './test/*' -print | xargs $(ETAGS) -a
|
||||
PHONY += tags
|
||||
|
||||
cscope:
|
||||
|
Loading…
x
Reference in New Issue
Block a user