mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +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
|
# Create a TAGS database for emacs
|
||||||
#------------------------------------------------------------------------
|
#------------------------------------------------------------------------
|
||||||
|
|
||||||
tags:
|
ifeq ($(LEVEL), .)
|
||||||
cd $(LEVEL); etags -l c++ `find . -name '*.cpp'` `find . -name '*.h'`
|
|
||||||
|
|
||||||
|
tags:
|
||||||
|
etags -l c++ `find . -name '*.cpp'` `find . -name '*.h'`
|
||||||
|
|
||||||
|
all:: tags
|
||||||
|
|
||||||
|
endif
|
||||||
|
|
||||||
#------------------------------------------------------------------------
|
#------------------------------------------------------------------------
|
||||||
# Handle the TOOLNAME option - used when building tool executables...
|
# Handle the TOOLNAME option - used when building tool executables...
|
||||||
|
@ -139,9 +139,14 @@ endif
|
|||||||
# Create a TAGS database for emacs
|
# Create a TAGS database for emacs
|
||||||
#------------------------------------------------------------------------
|
#------------------------------------------------------------------------
|
||||||
|
|
||||||
tags:
|
ifeq ($(LEVEL), .)
|
||||||
cd $(LEVEL); etags -l c++ `find . -name '*.cpp'` `find . -name '*.h'`
|
|
||||||
|
|
||||||
|
tags:
|
||||||
|
etags -l c++ `find . -name '*.cpp'` `find . -name '*.h'`
|
||||||
|
|
||||||
|
all:: tags
|
||||||
|
|
||||||
|
endif
|
||||||
|
|
||||||
#------------------------------------------------------------------------
|
#------------------------------------------------------------------------
|
||||||
# Handle the TOOLNAME option - used when building tool executables...
|
# Handle the TOOLNAME option - used when building tool executables...
|
||||||
|
Loading…
Reference in New Issue
Block a user