[CRIU] [PATCHv2 2/2] build/Makefile: use only etags or only ctags

Dmitry Safonov dsafonov at virtuozzo.com
Thu Feb 25 02:26:49 PST 2016


Signed-off-by: Dmitry Safonov <dsafonov at virtuozzo.com>
---
 Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 99d40ee..79b3ed3 100644
--- a/Makefile
+++ b/Makefile
@@ -175,8 +175,7 @@ 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 $(ETAGS) -a
+	$(Q) $(FIND) . -name '*.[hcS]' ! -path './.*' ! -path './test/*' -print | xargs $(TAGS) -a
 PHONY += tags
 
 cscope:
-- 
2.7.1



More information about the CRIU mailing list