summaryrefslogtreecommitdiff
path: root/Makefile.rules
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2004-01-22 21:54:51 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2004-01-22 21:54:51 +0000
commit6fdaf4a219cd8ae3ff51fd5b731f8fce1b97d336 (patch)
treef15ba86a22275b6e21d0625e60abf4039492a79e /Makefile.rules
parent84dc5fb6ba3c131ed707b03fcd1603c1efca2802 (diff)
downloadllvm-6fdaf4a219cd8ae3ff51fd5b731f8fce1b97d336.tar.gz
llvm-6fdaf4a219cd8ae3ff51fd5b731f8fce1b97d336.tar.bz2
llvm-6fdaf4a219cd8ae3ff51fd5b731f8fce1b97d336.tar.xz
Move support for building tags database from Makefile.rules to Makefile, because
it's only used in the top-level directory. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10960 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.rules')
-rw-r--r--Makefile.rules17
1 files changed, 0 insertions, 17 deletions
diff --git a/Makefile.rules b/Makefile.rules
index 325cf09496..7da6f5737a 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -608,23 +608,6 @@ install-single-object-library: $(LIBNAME_OBJCUR)
endif
#------------------------------------------------------------------------
-# Create a TAGS database for emacs
-#------------------------------------------------------------------------
-
-ifneq ($(ETAGS),false)
-ifeq ($(LEVEL), .)
-SRCDIRS := $(wildcard $(SourceDir)/include $(SourceDir)/lib $(SourceDir)/tools)
-
-tags:
- $(ETAGS) -l c++ `find $(SRCDIRS) -name '*.cpp' -o -name '*.h'`
-all:: tags
-endif
-else
-tags:
- ${ECHO} "Cannot build $@: The program etags is not installed"
-endif
-
-#------------------------------------------------------------------------
# Handle the TOOLNAME option - used when building tool executables...
#------------------------------------------------------------------------
#