[CRIU] [PATCH] Revert "make: Don't generate tags/cscope for tools/ and test/"

Cyrill Gorcunov gorcunov at openvz.org
Thu Apr 18 07:50:49 EDT 2013


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 at openvz.org>
---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index b3152fd..0d33cc3 100644
--- a/Makefile
+++ b/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:
-- 
1.8.1.4



More information about the CRIU mailing list