mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-12 13:30:51 +00:00
Fixed tags target so it only happens at root level.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@787 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
836f414c2c
commit
022d06ce2f
@ -139,9 +139,14 @@ endif
|
||||
# Create a TAGS database for emacs
|
||||
#------------------------------------------------------------------------
|
||||
|
||||
tags:
|
||||
cd $(LEVEL); etags -l c++ `find . -name '*.cpp'` `find . -name '*.h'`
|
||||
ifeq ($(LEVEL), .)
|
||||
|
||||
tags:
|
||||
etags -l c++ `find . -name '*.cpp'` `find . -name '*.h'`
|
||||
|
||||
all:: tags
|
||||
|
||||
endif
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
# Handle the TOOLNAME option - used when building tool executables...
|
||||
|
@ -139,9 +139,14 @@ endif
|
||||
# Create a TAGS database for emacs
|
||||
#------------------------------------------------------------------------
|
||||
|
||||
tags:
|
||||
cd $(LEVEL); etags -l c++ `find . -name '*.cpp'` `find . -name '*.h'`
|
||||
ifeq ($(LEVEL), .)
|
||||
|
||||
tags:
|
||||
etags -l c++ `find . -name '*.cpp'` `find . -name '*.h'`
|
||||
|
||||
all:: tags
|
||||
|
||||
endif
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
# Handle the TOOLNAME option - used when building tool executables...
|
||||
|
Loading…
Reference in New Issue
Block a user