]> git.e2factory.org Git - e2factory.git/commitdiff
Makefile: remove 'tags' target
authorTobias Ulmer <tu@emlix.com>
Thu, 1 Oct 2015 09:43:54 +0000 (11:43 +0200)
committerTobias Ulmer <tu@emlix.com>
Wed, 7 Oct 2015 19:06:51 +0000 (21:06 +0200)
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Makefile
make.vars

index 16eeb96b392419eea5487b500ed6a2ecb556ff70..3eea8f76eb8e39f119e38eaa61454d52b6e3ebdd 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -163,6 +163,3 @@ tag:
 
 showtag:
        @echo $(TAG)
-
-tags:
-       $(CTAGS) -R .
index f782750ee2fde95b0432361a153173e5d05cecad..5cd46deaa325dc4ddcd6f8bd42670b6e1751a5f3 100644 (file)
--- a/make.vars
+++ b/make.vars
@@ -112,6 +112,4 @@ E2_SU_CFLAGS =      -D CHROOT_TOOL="\"$(CHROOT_TOOL)\""     \
 E2_GROUP = ebs
 export E2_GROUP
 
-CTAGS ?= ctags
-
 # vim: ft=make